|
LibreOffice Module wizards (master) 1
|
Public Member Functions | |
| def | AtEndOfStream (self) |
| def | Line (self) |
| def | CloseFile (self) |
| def | ReadAll (self) |
| def | ReadLine (self) |
| def | SkipLine (self) |
| def | WriteBlankLines (self, lines) |
| def | WriteLine (self, line) |
Public Member Functions inherited from scriptforge.SFServices | |
| def | __init__ (self, reference=-1, objtype=None, classmodule=0, name='') |
| def | __getattr__ (self, name) |
| def | __setattr__ (self, name, value) |
| def | __repr__ (self) |
| def | Dispose (self) |
| def | ExecMethod (self, flags=0, methodname='', *args) |
| def | GetProperty (self, propertyname, arg=None) |
| def | Properties (self) |
| def | basicmethods (self) |
| def | basicproperties (self) |
| def | SetProperty (self, propertyname, value) |
Static Public Attributes | |
| string | serviceimplementation = 'basic' |
| string | servicename = 'ScriptForge.TextStream' |
| tuple | servicesynonyms = () |
| serviceproperties | |
| atEndOfStream | |
| atendofstream | |
| def | line = Line |
Static Public Attributes inherited from scriptforge.SFServices | |
| vbGet | |
| vbLet | |
| vbMethod | |
| vbSet | |
| int | flgPost = 32 |
| int | flgDateArg = 64 |
| int | flgDateRet = 128 |
| int | flgArrayArg = 512 |
| int | flgArrayRet = 1024 |
| int | flgUno = 256 |
| int | flgObject = 2048 |
| int | flgHardCode = 4096 |
| moduleClass | |
| moduleStandard | |
| bool | forceGetProperty = False |
| dictionary | propertysynonyms = {} |
| tuple | internal_attributes |
| SIMPLEEXEC = ScriptForge.InvokeSimpleScript | |
| EXEC = ScriptForge.InvokeBasicService | |
Additional Inherited Members | |
Public Attributes inherited from scriptforge.SFServices | |
| objectreference | |
| objecttype | |
| classmodule | |
| name | |
| internal | |
| localProperties | |
| serviceimplementation | |
The TextStream service is used to sequentially read from and write to files opened or created
using the ScriptForge.FileSystem service..
Definition at line 1542 of file scriptforge.py.
| def scriptforge.SFScriptForge.SF_TextStream.AtEndOfStream | ( | self | ) |
Definition at line 1555 of file scriptforge.py.
References OpenStormBento::CBenValue.GetProperty(), sdext::presenter::PresenterConfigurationAccess.GetProperty(), oox::drawingml::DrawingML.GetProperty(), chart::DataInterpreter.GetProperty(), SbModule.GetProperty(), SfxOleSection.GetProperty(), BaseFrameProperties_Impl.GetProperty(), Section.GetProperty(), LwpPara.GetProperty(), scriptforge.SFServices.GetProperty(), SvtLinguConfig.GetProperty(), SvtLinguConfigItem.GetProperty(), ScfPropertySet.GetProperty(), and access2base._BasicObject.GetProperty.
| def scriptforge.SFScriptForge.SF_TextStream.CloseFile | ( | self | ) |
Definition at line 1566 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_TextStream.Line | ( | self | ) |
Definition at line 1561 of file scriptforge.py.
References OpenStormBento::CBenValue.GetProperty(), sdext::presenter::PresenterConfigurationAccess.GetProperty(), oox::drawingml::DrawingML.GetProperty(), chart::DataInterpreter.GetProperty(), SbModule.GetProperty(), SfxOleSection.GetProperty(), BaseFrameProperties_Impl.GetProperty(), Section.GetProperty(), LwpPara.GetProperty(), scriptforge.SFServices.GetProperty(), SvtLinguConfig.GetProperty(), SvtLinguConfigItem.GetProperty(), ScfPropertySet.GetProperty(), and access2base._BasicObject.GetProperty.
| def scriptforge.SFScriptForge.SF_TextStream.ReadAll | ( | self | ) |
Definition at line 1569 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_TextStream.ReadLine | ( | self | ) |
Definition at line 1572 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_TextStream.SkipLine | ( | self | ) |
Definition at line 1575 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_TextStream.WriteBlankLines | ( | self, | |
| lines | |||
| ) |
Definition at line 1578 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_TextStream.WriteLine | ( | self, | |
| line | |||
| ) |
Definition at line 1581 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
|
static |
Definition at line 1558 of file scriptforge.py.
|
static |
Definition at line 1558 of file scriptforge.py.
|
static |
Definition at line 1564 of file scriptforge.py.
|
static |
Definition at line 1548 of file scriptforge.py.
Referenced by scriptforge.SFServices.__repr__(), scriptforge.SFServices.__setattr__(), scriptforge.SFServices.basicmethods(), scriptforge.SFServices.basicproperties(), scriptforge.SFServices.Dispose(), scriptforge.SFServices.GetProperty(), and scriptforge.SFServices.SetProperty().
|
static |
Definition at line 1549 of file scriptforge.py.
Referenced by scriptforge.ScriptForge.__init__(), and scriptforge.SFServices.__repr__().
|
static |
Definition at line 1551 of file scriptforge.py.
Referenced by scriptforge.SFServices.__setattr__(), and scriptforge.SFServices.Properties().
|
static |
Definition at line 1550 of file scriptforge.py.