Class
app |
| | |
QuickLinks |
Close, GetNamedBook, GetNamedCommand, GetNamedMenu, GetNamedMenuItemSeparator, GetNamedObject, GetProps, NewNamedBook, NewNamedCommand, NewNamedMenu, NewNamedMenuItemSeparator, NewNamedObject, ObjectValid, SetProps |
Properties
| | Property | Type | Access | Description |
| ActiveBook | Book |
readwrite | |
| ActiveDoc | Doc |
readwrite | |
| ActiveView | string |
readwrite | |
| AddMarkerTypeToStandardMarkers | string |
readwrite | |
| AllowNewFileURL | bool |
readwrite | |
| ApplyFormatRules | int |
readwrite | |
| AutoBackup | int |
readwrite | |
| AutoSave | int |
readwrite | |
| AutoSaveSeconds | int |
readwrite | |
| BinDir | string |
readonly | |
| CharacterReferencesOnXMLExport | bool |
readwrite | |
| CurrentDir | string |
readonly | |
| CurrentMenuSet | int |
readwrite | |
| DefaultKeyCatalog | KeyCatalog |
readwrite | |
| DefaultVectorFormatForXMLExport | string |
readwrite | |
| DisplayName | string |
readonly | |
| Displaying | int |
readwrite | |
| DoNotExportInvalidXML | bool |
readwrite | |
| DoNotGenerateErrorLog | int |
readwrite | |
| DoPostXSLTValidationOnExport | bool |
readwrite | |
| DocOpenClientEncounteredErrors | int |
readwrite | |
| DontShowWelcomeScreen | bool |
readwrite | |
| EnableAutoSpellCheck | bool |
readwrite | |
| FMConsoleString | string |
readwrite | |
| FirstCommandInSession | Command |
readwrite | |
| FirstKeyCatalogInSession | KeyCatalog |
readonly | |
| FirstMenuItemInSession | FMObject |
readonly | |
| FirstOpenBook | Book |
readonly | |
| FirstOpenDoc | Doc |
readonly | |
| FontAngleNames | Strings String |
readonly | |
| FontFamilyAttributes | Ints |
readonly | |
| FontFamilyNames | Strings String |
readonly | |
| FontVariationNames | Strings String |
readonly | |
| FontWeightNames | Strings String |
readonly | |
| Gravity | int |
readwrite | |
| GreekSize | int |
readwrite | |
| HelpDir | string |
readonly | |
| HomeDir | string |
readonly | |
| HostName | string |
readonly | |
| IconBarOn | int |
readwrite | |
| InitDir | string |
readonly | |
| InsetURL | bool |
readwrite | |
| IsFMRunningInTrialPeriod | bool |
readwrite | |
| IsIconified | int |
readwrite | |
| IsInFront | int |
readwrite | |
| IsOnScreen | int |
readwrite | |
| IsTechnicalSuiteLicensed | int |
readonly | |
| IsTempOpenSave | int |
readonly | |
| KeyCatalogWorkflow | int |
readwrite | |
| Label | string |
readwrite | |
| Language | int |
readonly | |
| MarkerNames | Strings String |
readonly | |
| No3DInPDF | bool |
readwrite | |
| NoFlashInPDF | bool |
readwrite | |
| NoMultiMediaInPDF | bool |
readwrite | |
| OpenAndSaveXmlBookComponentDoc | bool |
readwrite | |
| OpenDir | string |
readwrite | |
| OperatingSystem | string |
readonly | |
| Path | string |
readonly | |
| Platform | string |
readonly | |
| ProcessNumber | int |
readwrite | |
| ProductFamily | string |
readonly | |
| ProductIsDemo | bool |
readwrite | |
| ProductIsStructured | bool |
readwrite | |
| ProductName | string |
readonly | |
| Reformatting | int |
readwrite | |
| RememberMissingFontNames | int |
readwrite | |
| RemoveExtraWhiteSpacesOnXMLImport | bool |
readwrite | |
| RpcProgramNumber | int |
readwrite | |
| RpcPropertyName | string |
readwrite | |
| ScreenHeight | int |
readwrite | |
| ScreenWidth | int |
readwrite | |
| ScreenX | int |
readwrite | |
| ScreenY | int |
readwrite | |
| SgmlDir | string |
readonly | |
| Snap | int |
readwrite | |
| StackWarningLevel | int |
readwrite | |
| StructureDir | string |
readonly | |
| SuppressXMLParserWarnings | bool |
readwrite | |
| TechSuiteInternal | int |
readwrite | |
| TmpDir | string |
readonly | |
| UndoFDKRecording | bool |
readwrite | |
| UserHomeDir | string |
readonly | |
| UserLogin | string |
readonly | |
| UserName | string |
readonly | |
| UserSettingsDir | string |
readonly | |
| UserString | string |
readwrite | |
| Validating | int |
readwrite | |
| VersionMajor | int |
readonly | |
| VersionMinor | int |
readonly | |
| VersionRevision | int |
readonly | |
| WindowSystem | string |
readonly | |
| XmlDir | string |
readonly | |
| XmlIsBook | bool |
readwrite | |
|
Methods
| Instancesint Close (flags:
int)
| Parameter | Type | Description |
| flags | int | |
Book GetNamedBook (name:
string)
| Parameter | Type | Description |
| name | string | |
Command GetNamedCommand (name:
string)
| Parameter | Type | Description |
| name | string | |
Menu GetNamedMenu (name:
string)
| Parameter | Type | Description |
| name | string | |
MenuItemSeparator GetNamedMenuItemSeparator (name:
string)
| Parameter | Type | Description |
| name | string | |
Object GetNamedObject (objType:
int, name:
string)
| Parameter | Type | Description |
| objType | int | |
| name | string | |
PropVals GetProps ()
Book NewNamedBook (name:
string)
| Parameter | Type | Description |
| name | string | |
Command NewNamedCommand (name:
string)
| Parameter | Type | Description |
| name | string | |
Menu NewNamedMenu (name:
string)
| Parameter | Type | Description |
| name | string | |
MenuItemSeparator NewNamedMenuItemSeparator (name:
string)
| Parameter | Type | Description |
| name | string | |
Object NewNamedObject (objType:
int, name:
string)
| Parameter | Type | Description |
| objType | int | |
| name | string | |
int ObjectValid ()
void SetProps (setVal:
PropVals)
|