home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _8A858384FEF044DA9E0528D23C91A13F < prev    next >
Text File  |  2003-03-07  |  33KB  |  2,338 lines

  1. ShadowCursorOptions
  2.  
  3. Syntax
  4.  
  5. ShadowCursorOptions([State As _ShadowCursorOptions_State_enum], [Snap As _ShadowCursorOptions_Snap_enum], [Shape As _ShadowCursorOptions_Shape_enum], [ColorRed As Integer], [ColorGreen As Integer], [ColorBlue As Integer])
  6.  
  7. Description
  8.  
  9. Set the shape, type, and color of the shadow cursor.
  10.  
  11. Parameters
  12.  
  13. State: enumeration (optional)    Text!
  14.  
  15. TextAndWhiteSpace!
  16.  
  17. WhiteSpace!
  18.  
  19. Snap: enumeration (optional)    Indents!
  20.  
  21. Margins!
  22.  
  23. Spaces!
  24.  
  25. Tabs!
  26.  
  27. Shape: enumeration (optional)    Arrows!
  28.  
  29. BottomArrow!
  30.  
  31. BrokenCaret!
  32.  
  33. Caret!
  34.  
  35. DottedCaret!
  36.  
  37. IBeam!
  38.  
  39. ColorRed: numeric (optional)    Value 0 - 250.
  40.  
  41. ColorGreen: numeric (optional)    Value 0 - 250.
  42.  
  43. ColorBlue: numeric (optional)    Value 0 - 250.
  44.  
  45. ShadowCursorShow
  46.  
  47. Syntax
  48.  
  49. ShadowCursorShow([State As _ShadowCursorShow_State_enum]) As Boolean
  50.  
  51. Description
  52.  
  53. Turn the shadow cursor on or off. Omitting the parameter toggles the state. This method also changes the display preferences for the shadow cursor.
  54.  
  55. Parameters
  56.  
  57. State: enumeration (optional)    Off!
  58.  
  59. On!
  60.  
  61. ShiftTabKey
  62.  
  63. Syntax
  64.  
  65. ShiftTabKey()
  66.  
  67. Description
  68.  
  69. Insert a [Hd Back Tab] code at the insertion point. If the insertion point is in a table, it will go to the previous table cell. If the insertion point is in an outline, it will go to the previous outline level.
  70.  
  71. ShowBoxes
  72.  
  73. Syntax
  74.  
  75. ShowBoxes(State As _ShowBoxes_State_enum)
  76.  
  77. Description
  78.  
  79. Display graphics boxes.
  80.  
  81. Parameters
  82.  
  83. State: enumeration    Off!
  84.  
  85. On!
  86.  
  87. ShowGraphics
  88.  
  89. Syntax
  90.  
  91. ShowGraphics()
  92.  
  93. Description
  94.  
  95. Toggle Graphics.
  96.  
  97. ShowGraphics
  98.  
  99. Syntax
  100.  
  101. ShowGraphics()
  102.  
  103. Description
  104.  
  105. Toggle Hidden Text.
  106.  
  107. ShowMarginIcons
  108.  
  109. Syntax
  110.  
  111. ShowMarginIcons([State As _ShowMarginIcons_State_enum]) As Boolean
  112.  
  113. Description
  114.  
  115. Lets you toggle whether the visibility of margin icons is off or on.
  116.  
  117. Parameter
  118.  
  119. State: enumeration (optional)    Off!
  120.  
  121. On!
  122.  
  123. ShowSGMLTree
  124.  
  125. Syntax
  126.  
  127.  ShowSGMLTree([State As _ShowSGMLTree_State_enum])
  128.  
  129. Description
  130.  
  131. Display or hide the SGML Tree. The tree will be displayed only if an SGML document is being edited. Switching to a non-SGML document does not close the tree. As soon as all SGML documents are closed, the tree will be hidden. This method is valid only if the WordPerfect SGML program component is installed.
  132.  
  133. Parameters
  134.  
  135. State: enumeration (optional)    Off!
  136.  
  137. On!
  138.  
  139. ShowSymbols
  140.  
  141. Syntax
  142.  
  143. ShowSymbols()
  144.  
  145. Description
  146.  
  147. Toggle display of document symbols for codes such as [HRt], [Indent], and [Tab].
  148.  
  149. SingleSmartQuote
  150.  
  151. Syntax
  152.  
  153. SingleSmartQuote([State As _SingleSmartQuote_State_enum], [OpenSingleQuote As Integer], [CloseSingleQuote As Integer])
  154.  
  155. Description
  156.  
  157. Turn Single SmartQuotes on or off and specify a quote character.
  158.  
  159. Parameters
  160.  
  161. State: enumeration (optional)    Off!
  162.  
  163. On!
  164.  
  165. OpenSingleQuote: numeric (optional)    The numeric equivalent of the quote character.
  166.  
  167. CloseSingleQuote: numeric (optional)    The numeric equivalent of the quote character.
  168.  
  169. SingleSpaceInSentence
  170.  
  171. Syntax
  172.  
  173. SingleSpaceInSentence(State As _SingleSpaceInSentence_State_enum)
  174.  
  175. Description
  176.  
  177. Change double spaces in a sentence to single spaces.
  178.  
  179. Parameters
  180.  
  181. State: enumeration    Off!
  182.  
  183. On!
  184.  
  185. SoftHyphen
  186.  
  187. Syntax
  188.  
  189. SoftHyphen()
  190.  
  191. Description
  192.  
  193. Insert a soft hyphen at the insertion point. If the word needs to be hyphenated, it will break at the soft hyphen.
  194.  
  195. SoftSpace
  196.  
  197. Syntax
  198.  
  199. SoftSpace()
  200.  
  201. Description
  202.  
  203. Insert a space at the insertion point.
  204.  
  205. Sort
  206.  
  207. Syntax
  208.  
  209. Sort([InFile As String], [OutFile As String], [State As _Sort_State_enum])
  210.  
  211. Description
  212.  
  213. Specify a file to sort and a file to which the changes are written.
  214.  
  215. Parameters
  216.  
  217. InFile: string (optional)    Default: current document.
  218.  
  219. OutFile: string (optional)    Default: current document.
  220.  
  221. State: enumeration (optional)    NoUndo!
  222.  
  223. Undo!
  224.  
  225. SortAction
  226.  
  227. Syntax
  228.  
  229.  SortAction(SortAction As _SortAction_SortAction_enum)
  230.  
  231. Description
  232.  
  233. Sort a file or selected records.
  234.  
  235. Parameters
  236.  
  237. SortAction: enumeration    SelectOnly!
  238.  
  239. Sort!
  240.  
  241. SortCaseOrder
  242.  
  243. Syntax
  244.  
  245.  SortCaseOrder(Case As _SortCaseOrder_Case_enum)
  246.  
  247. Description
  248.  
  249. Specify the case priority in a sort.
  250.  
  251. Parameters
  252.  
  253. Case: enumeration    LowercaseFirst!
  254.  
  255. UppercaseFirst!
  256.  
  257. SortDlg
  258.  
  259. Syntax
  260.  
  261. SortDlg()
  262.  
  263. Description
  264.  
  265. Display the Sort (Source and Destination) dialog box.
  266.  
  267. SortKeys
  268.  
  269. Syntax
  270.  
  271. SortKeys([Field], [Line], [Word], [SortType], [SortOrder])
  272.  
  273. Description
  274.  
  275. Specify the sort key options.
  276.  
  277. Parameters
  278.  
  279. Field: numeric (optional)    The field to sort by.
  280.  
  281. Line: numeric (optional)    The line to sort within a specified field. This parameter is always 1 if the sort type is Line.
  282.  
  283. Word: numeric (optional)    The word to sort within a specified line and field.
  284.  
  285. SortType: enumeration (optional)    Alphanumeric!
  286.  
  287. Numeric!
  288.  
  289. SortOrder: enumeration (optional)    Specify an ascending (a-z and 0-9) or descending (z-a and 9-0) sort.
  290.  
  291. Ascending!
  292.  
  293. Descending!
  294.  
  295. SortSelectString
  296.  
  297. Syntax
  298.  
  299. SortSelectString(SelectString As String)
  300.  
  301. Description
  302.  
  303. Insert a character string into the Select Records text box of the Sort dialog box.
  304.  
  305. Parameters
  306.  
  307. SelectString: string    Character string to insert.
  308.  
  309. SortType
  310.  
  311. Syntax
  312.  
  313. SortType(SortType As _SortType_SortType_enum)
  314.  
  315. Description
  316.  
  317. Specify a source file format. ParagraphSort! sorts files leaving paragraphs intact. ColumnSort! sorts parallel columns. TableSort! sorts tables (rows = lines, cells = fields). MergeSort! sorts data files.
  318.  
  319. Parameters
  320.  
  321. SortType: enumeration    ColumnSort!
  322.  
  323. LineSort!
  324.  
  325. MergeSort!
  326.  
  327. ParagraphSort!
  328.  
  329. TableSort!
  330.  
  331. SortUndo
  332.  
  333. Syntax
  334.  
  335.  SortUndo(State As _SortUndo_State_enum)
  336.  
  337. Description
  338.  
  339. Enable or disable Undo in Sort.
  340.  
  341. Parameters
  342.  
  343. State: enumeration    NoUndo!
  344.  
  345. Undo!
  346.  
  347. SoundClipAddInstance
  348.  
  349. Syntax
  350.  
  351.  SoundClipAddInstance(Description As String)
  352.  
  353. Description
  354.  
  355. Add another reference to a sound clip already in the document.
  356.  
  357. Parameters
  358.  
  359. Description: string    The sound clip name.
  360.  
  361. SoundClipCreate
  362.  
  363. Syntax
  364.  
  365. SoundClipCreate(Description As String, Filename As String, SoundFileType As _SoundClipCreate_SoundFileType_enum, ClipType As _SoundClipCreate_ClipType_enum, LeftVolume As Integer, RightVolume As Integer)
  366.  
  367. Description
  368.  
  369. Insert a sound clip from a file into the Sound Clips in the Document dialog box.
  370.  
  371. Parameters
  372.  
  373. Description: string    The description for the sound file.
  374.  
  375. Filename: string    The filename of the sound file.
  376.  
  377. SoundFileType: enumeration    InDoc!
  378.  
  379. OnDisk!
  380.  
  381. ClipType: enumeration    DigitalAudio!
  382.  
  383. MIDI!
  384.  
  385. LeftVolume: numeric    Amount of left-speaker volume.
  386.  
  387. RightVolume: numeric    Amount of right-speaker volume.
  388.  
  389. SoundClipDelete
  390.  
  391. Syntax
  392.  
  393. SoundClipDelete(Description As String)
  394.  
  395. Description
  396.  
  397. Delete a sound clip.
  398.  
  399. Parameters
  400.  
  401. Description: string    The description of the sound file.
  402.  
  403. SoundClipDlg
  404.  
  405. Syntax
  406.  
  407. SoundClipDlg()
  408.  
  409. Description
  410.  
  411. Display the Sound Clips dialog box.
  412.  
  413. SoundClipPlayNext
  414.  
  415. Syntax
  416.  
  417. SoundClipPlayNext([Description As String], [StartPos As Integer], [EndPos As Integer])
  418.  
  419. Description
  420.  
  421. Play the next sound clip in the document.
  422.  
  423. Parameters
  424.  
  425. Description: string (optional)    The description of the sound clip.
  426.  
  427. StartPos: numeric (optional)    The sound clip starting point in seconds.
  428.  
  429. EndPos: numeric (optional)    The sound clip ending point in seconds.
  430.  
  431. SoundClipSetAttributes
  432.  
  433. Syntax
  434.  
  435. SoundClipSetAttributes(Description As String, Type As _SoundClipSetAttributes_Type_enum, [LeftVolume As Integer], [RightVolume As Integer])
  436.  
  437. Description
  438.  
  439. Specify sound clip attributes.
  440.  
  441. Parameters
  442.  
  443. Description: string    The description of the sound file.
  444.  
  445. Type: enumeration    DigitalAudio!
  446.  
  447. MIDI!
  448.  
  449. LeftVolume: numeric (optional)    The amount of left-speaker volume.
  450.  
  451. RightVolume: numeric (optional)    The amount of right-speaker volume.
  452.  
  453. SoundClipSetDescription
  454.  
  455. Syntax
  456.  
  457.  SoundClipSetDescription(OldDescription As String, NewDescription As String)
  458.  
  459. Description
  460.  
  461. Assign a new description to a sound clip.
  462.  
  463. Parameters
  464.  
  465. OldDescription: string    The original description of the sound file.
  466.  
  467. NewDescription: string    The new description for the sound file.
  468.  
  469. SoundClipSetFilename
  470.  
  471. Syntax
  472.  
  473. (Description: string; Filename: string; Location: enumeration)
  474.  
  475. Description
  476.  
  477. Change a sound clip to point to a different sound file on disk.
  478.  
  479. Parameters
  480.  
  481. Description: string    The description of the sound file.
  482.  
  483. Filename: string    The filename of the sound file.
  484.  
  485. Location: enumeration    InDoc!
  486.  
  487. OnDisk!
  488.  
  489. SpecificDeleteStringBegin
  490.  
  491. Syntax
  492.  
  493. SpecificDeleteStringBegin()
  494.  
  495. Description
  496.  
  497. Delete specific codes. Follow with a method that specifies the specific code to delete, then SpecificStringEnd(). Use with methods such as ReplaceBackward() and ReplaceForward().
  498.  
  499. SpecificReplaceStringBegin
  500.  
  501. Syntax
  502.  
  503. SpecificReplaceStringBegin()
  504.  
  505. Description
  506.  
  507. Specify a specific code replacement. Follow with a method corresponding to a specific replacement code. Use with methods such as ReplaceBackward(), ReplaceForward(), SpecificSearchStringBegin(), and SpecificStringEnd().
  508.  
  509. SpecificSearchStringBegin
  510.  
  511. Syntax
  512.  
  513. SpecificSearchStringBegin()
  514.  
  515. Description
  516.  
  517. Find a specific code. Follow with the macro method corresponding to the specific code to be found. Use with SpecificStringEnd().
  518.  
  519. SpecificStringEnd
  520.  
  521. Syntax
  522.  
  523. SpecificStringEnd()
  524.  
  525. Description
  526.  
  527. End a specific code search. Precede with SpecificSearchStringBegin(), SpecificReplaceStringBegin(), or SpecificDeleteStringBegin(), and a method which specifies the specific code to search.
  528.  
  529. SpellAsYouGo
  530.  
  531. Syntax
  532.  
  533. SpellAsYouGo([State As _SpellAsYouGo_State_enum]) As Boolean
  534.  
  535. Description
  536.  
  537. Turn or toggle Spell-As-You-Go on or off, and return the original state. If the macro toolbar is active in the current document, this method causes a run-time error.
  538.  
  539. Return Value
  540.  
  541. Returns True if Spell-As-You-Go is on, False if not. If the State parameter is omitted, its current value is returned, then the value is toggled. If the State parameter is included, the current value is returned, then the new value is set.
  542.  
  543. Parameters
  544.  
  545. State: enumeration (optional)    Omitting this parameter toggles Spell-As-You-Go on or off.
  546.  
  547. Off!
  548.  
  549. On!
  550.  
  551. SpreadsheetShowLinkCode
  552.  
  553. Syntax
  554.  
  555. SpreadsheetShowLinkCode(State As _SpreadsheetShowLinkCode_State_enum)
  556.  
  557. Description
  558.  
  559. Display or hide spreadsheet link codes.
  560.  
  561. Parameters
  562.  
  563. State: enumeration    No!
  564.  
  565. Yes!
  566.  
  567. SpreadsheetUpdateOnRetrieve
  568.  
  569. Syntax
  570.  
  571. SpreadsheetUpdateOnRetrieve(State As _SpreadsheetUpdateOnRetrieve_State_enum)
  572.  
  573. Description
  574.  
  575. Turn the Update on retrieve option on or off for spreadsheet/database links.
  576.  
  577. Parameters
  578.  
  579. State: enumeration    No!
  580.  
  581. Yes!
  582.  
  583. StatusBarShow
  584.  
  585. Syntax
  586.  
  587. StatusBarShow([State As _StatusBarShow_State_enum])
  588.  
  589. Description
  590.  
  591. Display or hide the Application Bar.
  592.  
  593. Parameters
  594.  
  595. State: enumeration (optional)    Default: toggle.
  596.  
  597. Off!
  598.  
  599. On!
  600.  
  601. StyleCodes
  602.  
  603. Syntax
  604.  
  605. StyleCodes([State As _StyleCodes_State_enum], [Library As _StyleCodes_Library_enum])
  606.  
  607. Description
  608.  
  609. Edit style codes. Use with methods such as StyleEditBegin(), StyleEditEnd(), and SubstructureExit().
  610.  
  611. Parameters
  612.  
  613. State: enumeration (optional)    Include codes that take effect when the style is off.
  614.  
  615. WithOffCodes!
  616.  
  617. WithoutOffCodes!
  618.  
  619. Library: enumeration (optional)    The styles codes location.
  620.  
  621. CurrentDoc!
  622.  
  623. PersonalLibrary!
  624.  
  625. SharedLibrary!
  626.  
  627. StyleCopy
  628.  
  629. Syntax
  630.  
  631. StyleCopy(Style, [FromLibrary As _StyleCopy_FromLibrary_enum], [ToLibrary As _StyleCopy_ToLibrary_enum], [NewName As String])
  632.  
  633. Description
  634.  
  635. Copy a style between the current document, the personal library, and the shared library. You must pass the numeric value of the style.
  636.  
  637. Parameters
  638.  
  639. Style: any    Use a string to specify a user-defined style.
  640.  
  641. NormalStyle![0]
  642.  
  643. FootnoteNumberInDocumentStyle![16]
  644.  
  645. EndnoteNumberInDocumentStyle![17]
  646.  
  647. FigureNumberStyle![18]
  648.  
  649. TableBoxNumberStyle![19]
  650.  
  651. TextBoxNumberStyle![20]
  652.  
  653. UserBoxNumberStyle![21]
  654.  
  655. EquationNumberStyle![22]
  656.  
  657. HypertextStyle![23]
  658.  
  659. ToC1Style![24]
  660.  
  661. ToC2Style![25]
  662.  
  663. ToC3Style![26]
  664.  
  665. ToC4Style![27]
  666.  
  667. ToC5Style![28]
  668.  
  669. Index1Style![29]
  670.  
  671. Index2Style![30]
  672.  
  673. ListStyle![31]
  674.  
  675. ToAStyle![32]
  676.  
  677. DocStyle![33]
  678.  
  679. BoxTextStyle![34]
  680.  
  681. CaptionStyle![35]
  682.  
  683. FootnoteStyle![36]
  684.  
  685. EndnoteStyle![37]
  686.  
  687. CommentStyle![38]
  688.  
  689. HeaderAStyle![39]
  690.  
  691. HeaderBStyle![40]
  692.  
  693. FooterAStyle![41]
  694.  
  695. FooterBStyle![42]
  696.  
  697. WatermarkAStyle![43]
  698.  
  699. WatermarkBStyle![44]
  700.  
  701. ParagraphOutlnStyle![45]
  702.  
  703. OutlineStyle![46]
  704.  
  705. LegalOutlnStyle![47]
  706.  
  707. BulletsOutlnStyle![48]
  708.  
  709. HeadingsOutlnStyle![49]
  710.  
  711. Legal_2OutlnStyle![50]
  712.  
  713. NumbersOutlnStyle![51]
  714.  
  715. Level1Style![52]
  716.  
  717. Level2Style![53]
  718.  
  719. Level3Style![54]
  720.  
  721. Level4Style![55]
  722.  
  723. Level5Style![56]
  724.  
  725. Level6Style![57]
  726.  
  727. Level7Style![58]
  728.  
  729. Level8Style![59]
  730.  
  731. Legal1Style![60]
  732.  
  733. Legal2Style![61]
  734.  
  735. Legal3Style![62]
  736.  
  737. Legal4Style![63]
  738.  
  739. Legal5Style![64]
  740.  
  741. Legal6Style![65]
  742.  
  743. Legal7Style![66]
  744.  
  745. Legal8Style![67]
  746.  
  747. Heading1Style![68]
  748.  
  749. Heading2Style![69]
  750.  
  751. Heading3Style![70]
  752.  
  753. Heading4Style![71]
  754.  
  755. Heading5Style![72]
  756.  
  757. Heading6Style![73]
  758.  
  759. Heading7Style![74]
  760.  
  761. Heading8Style![75]
  762.  
  763. MonospacedStyle![76]
  764.  
  765. CustomHTMLStyle![77]
  766.  
  767. PreformattedStyle![78]
  768.  
  769. AddressStyle![79]
  770.  
  771. QuotationsOutlnStyle![80]
  772.  
  773. DefinitionsOutlnStyle![81]
  774.  
  775. Quotation1Style![82]
  776.  
  777. Quotation2Style![83]
  778.  
  779. Quotation3Style![84]
  780.  
  781. Quotation4Style![85]
  782.  
  783. Quotation5Style![86]
  784.  
  785. Quotation6Style![87]
  786.  
  787. Quotation7Style![88]
  788.  
  789. Quotation8Style![89]
  790.  
  791. Definition1Style![90]
  792.  
  793. Definition2Style![91]
  794.  
  795. Definition3Style![92]
  796.  
  797. Definition4Style![93]
  798.  
  799. Definition5Style![94]
  800.  
  801. Definition6Style![95]
  802.  
  803. Definition7Style![96]
  804.  
  805. Definition8Style![97]
  806.  
  807. Level9Style![111]
  808.  
  809. Legal9Style![112]
  810.  
  811. Heading9Style![113]
  812.  
  813. Quotation9Style![114]
  814.  
  815. Definition9Style![115]
  816.  
  817. FromLibrary: enumeration (optional)    CurrentDoc!
  818.  
  819. PersonalLibrary!
  820.  
  821. SharedLibrary!
  822.  
  823. ToLibrary: enumeration (optional)    CurrentDoc!
  824.  
  825. PersonalLibrary!
  826.  
  827. SharedLibrary!
  828.  
  829. NewName: string (optional)    The new style name.
  830.  
  831. StyleCreate
  832.  
  833. Syntax
  834.  
  835. StyleCreate(Name As String, Type As _StyleCreate_Type_enum, [CreateFlag As _StyleCreate_CreateFlag_enum], [Library As _StyleCreate_Library_enum])
  836.  
  837. Description
  838.  
  839. Create a style.
  840.  
  841. Parameters
  842.  
  843. Name: string    The name of the style.
  844.  
  845. Type: enumeration    AutoCharacterStyle!
  846.  
  847. AutoParagraphStyle!
  848.  
  849. CharacterStyle!
  850.  
  851. NewBulletStyle!
  852.  
  853. OpenStyle!
  854.  
  855. ParagraphStyle!
  856.  
  857. CreateFlag: enumeration (optional)    The pattern to base a style on.
  858.  
  859. CreateBulletStyle!
  860.  
  861. CreateFromCurrent!
  862.  
  863. CreateFromCurrentHS!
  864.  
  865. CreateNumberStyle!
  866.  
  867. CreateOutlineStyle!
  868.  
  869. Library: enumeration (optional)    CurrentDoc!
  870.  
  871. PersonalLibrary!
  872.  
  873. SharedLibrary!
  874.  
  875. StyleDelete
  876.  
  877. Syntax
  878.  
  879. StyleDelete(Style, Codes As _StyleDelete_Codes_enum, [Library As _StyleDelete_Library_enum])
  880.  
  881. Description
  882.  
  883. Delete a style. You must pass the numeric value of the style.
  884.  
  885. Parameters
  886.  
  887. Style: any    Use a string to specify a user-defined style.
  888.  
  889. NormalStyle![0]
  890.  
  891. FootnoteNumberInDocumentStyle![16]
  892.  
  893. EndnoteNumberInDocumentStyle![17]
  894.  
  895. FigureNumberStyle![18]
  896.  
  897. TableBoxNumberStyle![19]
  898.  
  899. TextBoxNumberStyle![20]
  900.  
  901. UserBoxNumberStyle![21]
  902.  
  903. EquationNumberStyle![22]
  904.  
  905. HypertextStyle![23]
  906.  
  907. ToC1Style![24]
  908.  
  909. ToC2Style![25]
  910.  
  911. ToC3Style![26]
  912.  
  913. ToC4Style![27]
  914.  
  915. ToC5Style![28]
  916.  
  917. Index1Style![29]
  918.  
  919. Index2Style![30]
  920.  
  921. ListStyle![31]
  922.  
  923. ToAStyle![32]
  924.  
  925. DocStyle![33]
  926.  
  927. BoxTextStyle![34]
  928.  
  929. CaptionStyle![35]
  930.  
  931. FootnoteStyle![36]
  932.  
  933. EndnoteStyle![37]
  934.  
  935. CommentStyle![38]
  936.  
  937. HeaderAStyle![39]
  938.  
  939. HeaderBStyle![40]
  940.  
  941. FooterAStyle![41]
  942.  
  943. FooterBStyle![42]
  944.  
  945. WatermarkAStyle![43]
  946.  
  947. WatermarkBStyle![44]
  948.  
  949. ParagraphOutlnStyle![45]
  950.  
  951. OutlineStyle![46]
  952.  
  953. LegalOutlnStyle![47]
  954.  
  955. BulletsOutlnStyle![48]
  956.  
  957. HeadingsOutlnStyle![49]
  958.  
  959. Legal_2OutlnStyle![50]
  960.  
  961. NumbersOutlnStyle![51]
  962.  
  963. Level1Style![52]
  964.  
  965. Level2Style![53]
  966.  
  967. Level3Style![54]
  968.  
  969. Level4Style![55]
  970.  
  971. Level5Style![56]
  972.  
  973. Level6Style![57]
  974.  
  975. Level7Style![58]
  976.  
  977. Level8Style![59]
  978.  
  979. Legal1Style![60]
  980.  
  981. Legal2Style![61]
  982.  
  983. Legal3Style![62]
  984.  
  985. Legal4Style![63]
  986.  
  987. Legal5Style![64]
  988.  
  989. Legal6Style![65]
  990.  
  991. Legal7Style![66]
  992.  
  993. Legal8Style![67]
  994.  
  995. Heading1Style![68]
  996.  
  997. Heading2Style![69]
  998.  
  999. Heading3Style![70]
  1000.  
  1001. Heading4Style![71]
  1002.  
  1003. Heading5Style![72]
  1004.  
  1005. Heading6Style![73]
  1006.  
  1007. Heading7Style![74]
  1008.  
  1009. Heading8Style![75]
  1010.  
  1011. MonospacedStyle![76]
  1012.  
  1013. CustomHTMLStyle![77]
  1014.  
  1015. PreformattedStyle![78]
  1016.  
  1017. AddressStyle![79]
  1018.  
  1019. QuotationsOutlnStyle![80]
  1020.  
  1021. DefinitionsOutlnStyle![81]
  1022.  
  1023. Quotation1Style![82]
  1024.  
  1025. Quotation2Style![83]
  1026.  
  1027. Quotation3Style![84]
  1028.  
  1029. Quotation4Style![85]
  1030.  
  1031. Quotation5Style![86]
  1032.  
  1033. Quotation6Style![87]
  1034.  
  1035. Quotation7Style![88]
  1036.  
  1037. Quotation8Style![89]
  1038.  
  1039. Definition1Style![90]
  1040.  
  1041. Definition2Style![91]
  1042.  
  1043. Definition3Style![92]
  1044.  
  1045. Definition4Style![93]
  1046.  
  1047. Definition5Style![94]
  1048.  
  1049. Definition6Style![95]
  1050.  
  1051. Definition7Style![96]
  1052.  
  1053. Definition8Style![97]
  1054.  
  1055. Level9Style![111]
  1056.  
  1057. Legal9Style![112]
  1058.  
  1059. Heading9Style![113]
  1060.  
  1061. Quotation9Style![114]
  1062.  
  1063. Definition9Style![115]
  1064.  
  1065. Codes: enumeration    Delete or leave style codes.
  1066.  
  1067. IncludingCodes!
  1068.  
  1069. LeavingCodes!
  1070.  
  1071. Library: enumeration (optional)    CurrentDoc!
  1072.  
  1073. PersonalLibrary!
  1074.  
  1075. SharedLibrary!
  1076.  
  1077. StyleDescription
  1078.  
  1079. Syntax
  1080.  
  1081.  StyleDescription(Description As String)
  1082.  
  1083. Description
  1084.  
  1085. Change a style description. Use with methods such as StyleEditBegin() and StyleEditEnd().
  1086.  
  1087. Parameters
  1088.  
  1089. Description: string    The description of the style.
  1090.  
  1091. StyleEditBegin
  1092.  
  1093. Syntax
  1094.  
  1095. StyleEditBegin(Style, [Library As _StyleEditBegin_Library_enum])
  1096.  
  1097. Description
  1098.  
  1099. Begin editing a style. End with StyleEditEnd. Use with StyleCodes. You must pass the numeric value of the style.
  1100.  
  1101. Parameters
  1102.  
  1103. Style: any    Use a string to specify a user-defined style.
  1104.  
  1105. NormalStyle![0]
  1106.  
  1107. FootnoteNumberInDocumentStyle![16]
  1108.  
  1109. EndnoteNumberInDocumentStyle![17]
  1110.  
  1111. FigureNumberStyle![18]
  1112.  
  1113. TableBoxNumberStyle![19]
  1114.  
  1115. TextBoxNumberStyle![20]
  1116.  
  1117. UserBoxNumberStyle![21]
  1118.  
  1119. EquationNumberStyle![22]
  1120.  
  1121. HypertextStyle![23]
  1122.  
  1123. ToC1Style![24]
  1124.  
  1125. ToC2Style![25]
  1126.  
  1127. ToC3Style![26]
  1128.  
  1129. ToC4Style![27]
  1130.  
  1131. ToC5Style![28]
  1132.  
  1133. Index1Style![29]
  1134.  
  1135. Index2Style![30]
  1136.  
  1137. ListStyle![31]
  1138.  
  1139. ToAStyle![32]
  1140.  
  1141. DocStyle![33]
  1142.  
  1143. BoxTextStyle![34]
  1144.  
  1145. CaptionStyle![35]
  1146.  
  1147. FootnoteStyle![36]
  1148.  
  1149. EndnoteStyle![37]
  1150.  
  1151. CommentStyle![38]
  1152.  
  1153. HeaderAStyle![39]
  1154.  
  1155. HeaderBStyle![40]
  1156.  
  1157. FooterAStyle![41]
  1158.  
  1159. FooterBStyle![42]
  1160.  
  1161. WatermarkAStyle![43]
  1162.  
  1163. WatermarkBStyle![44]
  1164.  
  1165. ParagraphOutlnStyle![45]
  1166.  
  1167. OutlineStyle![46]
  1168.  
  1169. LegalOutlnStyle![47]
  1170.  
  1171. BulletsOutlnStyle![48]
  1172.  
  1173. HeadingsOutlnStyle![49]
  1174.  
  1175. Legal_2OutlnStyle![50]
  1176.  
  1177. NumbersOutlnStyle![51]
  1178.  
  1179. Level1Style![52]
  1180.  
  1181. Level2Style![53]
  1182.  
  1183. Level3Style![54]
  1184.  
  1185. Level4Style![55]
  1186.  
  1187. Level5Style![56]
  1188.  
  1189. Level6Style![57]
  1190.  
  1191. Level7Style![58]
  1192.  
  1193. Level8Style![59]
  1194.  
  1195. Legal1Style![60]
  1196.  
  1197. Legal2Style![61]
  1198.  
  1199. Legal3Style![62]
  1200.  
  1201. Legal4Style![63]
  1202.  
  1203. Legal5Style![64]
  1204.  
  1205. Legal6Style![65]
  1206.  
  1207. Legal7Style![66]
  1208.  
  1209. Legal8Style![67]
  1210.  
  1211. Heading1Style![68]
  1212.  
  1213. Heading2Style![69]
  1214.  
  1215. Heading3Style![70]
  1216.  
  1217. Heading4Style![71]
  1218.  
  1219. Heading5Style![72]
  1220.  
  1221. Heading6Style![73]
  1222.  
  1223. Heading7Style![74]
  1224.  
  1225. Heading8Style![75]
  1226.  
  1227. MonospacedStyle![76]
  1228.  
  1229. CustomHTMLStyle![77]
  1230.  
  1231. PreformattedStyle![78]
  1232.  
  1233. AddressStyle![79]
  1234.  
  1235. QuotationsOutlnStyle![80]
  1236.  
  1237. DefinitionsOutlnStyle![81]
  1238.  
  1239. Quotation1Style![82]
  1240.  
  1241. Quotation2Style![83]
  1242.  
  1243. Quotation3Style![84]
  1244.  
  1245. Quotation4Style![85]
  1246.  
  1247. Quotation5Style![86]
  1248.  
  1249. Quotation6Style![87]
  1250.  
  1251. Quotation7Style![88]
  1252.  
  1253. Quotation8Style![89]
  1254.  
  1255. Definition1Style![90]
  1256.  
  1257. Definition2Style![91]
  1258.  
  1259. Definition3Style![92]
  1260.  
  1261. Definition4Style![93]
  1262.  
  1263. Definition5Style![94]
  1264.  
  1265. Definition6Style![95]
  1266.  
  1267. Definition7Style![96]
  1268.  
  1269. Definition8Style![97]
  1270.  
  1271. Level9Style![111]
  1272.  
  1273. Legal9Style![112]
  1274.  
  1275. Heading9Style![113]
  1276.  
  1277. Quotation9Style![114]
  1278.  
  1279. Definition9Style![115]
  1280.  
  1281. Library: enumeration (optional)    CurrentDoc!
  1282.  
  1283. PersonalLibrary!
  1284.  
  1285. SharedLibrary!
  1286.  
  1287. StyleEditEnd
  1288.  
  1289. Syntax
  1290.  
  1291. (State: enumeration)
  1292.  
  1293. Description
  1294.  
  1295. Save or cancel style changes. Use with StyleEditBegin() and StyleCodes().
  1296.  
  1297. Parameters
  1298.  
  1299. State: enumeration    Cancel!
  1300.  
  1301. Save!
  1302.  
  1303. StyleEnterKeySetting
  1304.  
  1305. Syntax
  1306.  
  1307. StyleEnterKeySetting(Action As _StyleEnterKeySetting_Action_enum)
  1308.  
  1309. Description
  1310.  
  1311. Specify the effect of pressing Enter when a style is on. Use with methods such as StyleEditBegin() and StyleEditEnd().
  1312.  
  1313. Parameters
  1314.  
  1315. Action: enumeration    HardReturn!
  1316.  
  1317. StyleOff!
  1318.  
  1319. StyleOffOn!
  1320.  
  1321. StyleLinkTo
  1322.  
  1323. Syntax
  1324.  
  1325. StyleLinkTo(Style)
  1326.  
  1327. Description
  1328.  
  1329. Specify a style to turn on when Enter is pressed. Use with methods such as StyleEditBegin() and StyleEditEnd(). You must pass the numeric value of the style.
  1330.  
  1331. Parameters
  1332.  
  1333. Style: any    Use a string to specify a user-defined style.
  1334.  
  1335. NormalStyle![0]
  1336.  
  1337. FootnoteNumberInDocumentStyle![16]
  1338.  
  1339. EndnoteNumberInDocumentStyle![17]
  1340.  
  1341. FigureNumberStyle![18]
  1342.  
  1343. TableBoxNumberStyle![19]
  1344.  
  1345. TextBoxNumberStyle![20]
  1346.  
  1347. UserBoxNumberStyle![21]
  1348.  
  1349. EquationNumberStyle![22]
  1350.  
  1351. HypertextStyle![23]
  1352.  
  1353. ToC1Style![24]
  1354.  
  1355. ToC2Style![25]
  1356.  
  1357. ToC3Style![26]
  1358.  
  1359. ToC4Style![27]
  1360.  
  1361. ToC5Style![28]
  1362.  
  1363. Index1Style![29]
  1364.  
  1365. Index2Style![30]
  1366.  
  1367. ListStyle![31]
  1368.  
  1369. ToAStyle![32]
  1370.  
  1371. DocStyle![33]
  1372.  
  1373. BoxTextStyle![34]
  1374.  
  1375. CaptionStyle![35]
  1376.  
  1377. FootnoteStyle![36]
  1378.  
  1379. EndnoteStyle![37]
  1380.  
  1381. CommentStyle![38]
  1382.  
  1383. HeaderAStyle![39]
  1384.  
  1385. HeaderBStyle![40]
  1386.  
  1387. FooterAStyle![41]
  1388.  
  1389. FooterBStyle![42]
  1390.  
  1391. WatermarkAStyle![43]
  1392.  
  1393. WatermarkBStyle![44]
  1394.  
  1395. ParagraphOutlnStyle![45]
  1396.  
  1397. OutlineStyle![46]
  1398.  
  1399. LegalOutlnStyle![47]
  1400.  
  1401. BulletsOutlnStyle![48]
  1402.  
  1403. HeadingsOutlnStyle![49]
  1404.  
  1405. Legal_2OutlnStyle![50]
  1406.  
  1407. NumbersOutlnStyle![51]
  1408.  
  1409. Level1Style![52]
  1410.  
  1411. Level2Style![53]
  1412.  
  1413. Level3Style![54]
  1414.  
  1415. Level4Style![55]
  1416.  
  1417. Level5Style![56]
  1418.  
  1419. Level6Style![57]
  1420.  
  1421. Level7Style![58]
  1422.  
  1423. Level8Style![59]
  1424.  
  1425. Legal1Style![60]
  1426.  
  1427. Legal2Style![61]
  1428.  
  1429. Legal3Style![62]
  1430.  
  1431. Legal4Style![63]
  1432.  
  1433. Legal5Style![64]
  1434.  
  1435. Legal6Style![65]
  1436.  
  1437. Legal7Style![66]
  1438.  
  1439. Legal8Style![67]
  1440.  
  1441. Heading1Style![68]
  1442.  
  1443. Heading2Style![69]
  1444.  
  1445. Heading3Style![70]
  1446.  
  1447. Heading4Style![71]
  1448.  
  1449. Heading5Style![72]
  1450.  
  1451. Heading6Style![73]
  1452.  
  1453. Heading7Style![74]
  1454.  
  1455. Heading8Style![75]
  1456.  
  1457. MonospacedStyle![76]
  1458.  
  1459. CustomHTMLStyle![77]
  1460.  
  1461. PreformattedStyle![78]
  1462.  
  1463. AddressStyle![79]
  1464.  
  1465. QuotationsOutlnStyle![80]
  1466.  
  1467. DefinitionsOutlnStyle![81]
  1468.  
  1469. Quotation1Style![82]
  1470.  
  1471. Quotation2Style![83]
  1472.  
  1473. Quotation3Style![84]
  1474.  
  1475. Quotation4Style![85]
  1476.  
  1477. Quotation5Style![86]
  1478.  
  1479. Quotation6Style![87]
  1480.  
  1481. Quotation7Style![88]
  1482.  
  1483. Quotation8Style![89]
  1484.  
  1485. Definition1Style![90]
  1486.  
  1487. Definition2Style![91]
  1488.  
  1489. Definition3Style![92]
  1490.  
  1491. Definition4Style![93]
  1492.  
  1493. Definition5Style![94]
  1494.  
  1495. Definition6Style![95]
  1496.  
  1497. Definition7Style![96]
  1498.  
  1499. Definition8Style![97]
  1500.  
  1501. Level9Style![111]
  1502.  
  1503. Legal9Style![112]
  1504.  
  1505. Heading9Style![113]
  1506.  
  1507. Quotation9Style![114]
  1508.  
  1509. Definition9Style![115]
  1510.  
  1511. StyleOff
  1512.  
  1513. Syntax
  1514.  
  1515. StyleOff([Style])
  1516.  
  1517. Description
  1518.  
  1519. Turn off a style. Begin with StyleOn(). You must pass the numeric value of the style.
  1520.  
  1521. Parameters
  1522.  
  1523. Style: any    Use a string to specify a user-defined style.
  1524.  
  1525. NormalStyle![0]
  1526.  
  1527. FootnoteNumberInDocumentStyle![16]
  1528.  
  1529. EndnoteNumberInDocumentStyle![17]
  1530.  
  1531. FigureNumberStyle![18]
  1532.  
  1533. TableBoxNumberStyle![19]
  1534.  
  1535. TextBoxNumberStyle![20]
  1536.  
  1537. UserBoxNumberStyle![21]
  1538.  
  1539. EquationNumberStyle![22]
  1540.  
  1541. HypertextStyle![23]
  1542.  
  1543. ToC1Style![24]
  1544.  
  1545. ToC2Style![25]
  1546.  
  1547. ToC3Style![26]
  1548.  
  1549. ToC4Style![27]
  1550.  
  1551. ToC5Style![28]
  1552.  
  1553. Index1Style![29]
  1554.  
  1555. Index2Style![30]
  1556.  
  1557. ListStyle![31]
  1558.  
  1559. ToAStyle![32]
  1560.  
  1561. DocStyle![33]
  1562.  
  1563. BoxTextStyle![34]
  1564.  
  1565. CaptionStyle![35]
  1566.  
  1567. FootnoteStyle![36]
  1568.  
  1569. EndnoteStyle![37]
  1570.  
  1571. CommentStyle![38]
  1572.  
  1573. HeaderAStyle![39]
  1574.  
  1575. HeaderBStyle![40]
  1576.  
  1577. FooterAStyle![41]
  1578.  
  1579. FooterBStyle![42]
  1580.  
  1581. WatermarkAStyle![43]
  1582.  
  1583. WatermarkBStyle![44]
  1584.  
  1585. ParagraphOutlnStyle![45]
  1586.  
  1587. OutlineStyle![46]
  1588.  
  1589. LegalOutlnStyle![47]
  1590.  
  1591. BulletsOutlnStyle![48]
  1592.  
  1593. HeadingsOutlnStyle![49]
  1594.  
  1595. Legal_2OutlnStyle![50]
  1596.  
  1597. NumbersOutlnStyle![51]
  1598.  
  1599. Level1Style![52]
  1600.  
  1601. Level2Style![53]
  1602.  
  1603. Level3Style![54]
  1604.  
  1605. Level4Style![55]
  1606.  
  1607. Level5Style![56]
  1608.  
  1609. Level6Style![57]
  1610.  
  1611. Level7Style![58]
  1612.  
  1613. Level8Style![59]
  1614.  
  1615. Legal1Style![60]
  1616.  
  1617. Legal2Style![61]
  1618.  
  1619. Legal3Style![62]
  1620.  
  1621. Legal4Style![63]
  1622.  
  1623. Legal5Style![64]
  1624.  
  1625. Legal6Style![65]
  1626.  
  1627. Legal7Style![66]
  1628.  
  1629. Legal8Style![67]
  1630.  
  1631. Heading1Style![68]
  1632.  
  1633. Heading2Style![69]
  1634.  
  1635. Heading3Style![70]
  1636.  
  1637. Heading4Style![71]
  1638.  
  1639. Heading5Style![72]
  1640.  
  1641. Heading6Style![73]
  1642.  
  1643. Heading7Style![74]
  1644.  
  1645. Heading8Style![75]
  1646.  
  1647. MonospacedStyle![76]
  1648.  
  1649. CustomHTMLStyle![77]
  1650.  
  1651. PreformattedStyle![78]
  1652.  
  1653. AddressStyle![79]
  1654.  
  1655. QuotationsOutlnStyle![80]
  1656.  
  1657. DefinitionsOutlnStyle![81]
  1658.  
  1659. Quotation1Style![82]
  1660.  
  1661. Quotation2Style![83]
  1662.  
  1663. Quotation3Style![84]
  1664.  
  1665. Quotation4Style![85]
  1666.  
  1667. Quotation5Style![86]
  1668.  
  1669. Quotation6Style![87]
  1670.  
  1671. Quotation7Style![88]
  1672.  
  1673. Quotation8Style![89]
  1674.  
  1675. Definition1Style![90]
  1676.  
  1677. Definition2Style![91]
  1678.  
  1679. Definition3Style![92]
  1680.  
  1681. Definition4Style![93]
  1682.  
  1683. Definition5Style![94]
  1684.  
  1685. Definition6Style![95]
  1686.  
  1687. Definition7Style![96]
  1688.  
  1689. Definition8Style![97]
  1690.  
  1691. Level9Style![111]
  1692.  
  1693. Legal9Style![112]
  1694.  
  1695. Heading9Style![113]
  1696.  
  1697. Quotation9Style![114]
  1698.  
  1699. Definition9Style![115]
  1700.  
  1701. StyleOn
  1702.  
  1703. Syntax
  1704.  
  1705. StyleOn(Style, [Action As _StyleOn_Action_enum])
  1706.  
  1707. Description
  1708.  
  1709. Turn on a style. You must pass the numeric value of the style. .
  1710.  
  1711. Parameters
  1712.  
  1713. Style: any    Use a string to specify a user-defined style.
  1714.  
  1715. NormalStyle![0]
  1716.  
  1717. FootnoteNumberInDocumentStyle![16]
  1718.  
  1719. EndnoteNumberInDocumentStyle![17]
  1720.  
  1721. FigureNumberStyle![18]
  1722.  
  1723. TableBoxNumberStyle![19]
  1724.  
  1725. TextBoxNumberStyle![20]
  1726.  
  1727. UserBoxNumberStyle![21]
  1728.  
  1729. EquationNumberStyle![22]
  1730.  
  1731. HypertextStyle![23]
  1732.  
  1733. ToC1Style![24]
  1734.  
  1735. ToC2Style![25]
  1736.  
  1737. ToC3Style![26]
  1738.  
  1739. ToC4Style![27]
  1740.  
  1741. ToC5Style![28]
  1742.  
  1743. Index1Style![29]
  1744.  
  1745. Index2Style![30]
  1746.  
  1747. ListStyle![31]
  1748.  
  1749. ToAStyle![32]
  1750.  
  1751. DocStyle![33]
  1752.  
  1753. BoxTextStyle![34]
  1754.  
  1755. CaptionStyle![35]
  1756.  
  1757. FootnoteStyle![36]
  1758.  
  1759. EndnoteStyle![37]
  1760.  
  1761. CommentStyle![38]
  1762.  
  1763. HeaderAStyle![39]
  1764.  
  1765. HeaderBStyle![40]
  1766.  
  1767. FooterAStyle![41]
  1768.  
  1769. FooterBStyle![42]
  1770.  
  1771. WatermarkAStyle![43]
  1772.  
  1773. WatermarkBStyle![44]
  1774.  
  1775. ParagraphOutlnStyle![45]
  1776.  
  1777. OutlineStyle![46]
  1778.  
  1779. LegalOutlnStyle![47]
  1780.  
  1781. BulletsOutlnStyle![48]
  1782.  
  1783. HeadingsOutlnStyle![49]
  1784.  
  1785. Legal_2OutlnStyle![50]
  1786.  
  1787. NumbersOutlnStyle![51]
  1788.  
  1789. Level1Style![52]
  1790.  
  1791. Level2Style![53]
  1792.  
  1793. Level3Style![54]
  1794.  
  1795. Level4Style![55]
  1796.  
  1797. Level5Style![56]
  1798.  
  1799. Level6Style![57]
  1800.  
  1801. Level7Style![58]
  1802.  
  1803. Level8Style![59]
  1804.  
  1805. Legal1Style![60]
  1806.  
  1807. Legal2Style![61]
  1808.  
  1809. Legal3Style![62]
  1810.  
  1811. Legal4Style![63]
  1812.  
  1813. Legal5Style![64]
  1814.  
  1815. Legal6Style![65]
  1816.  
  1817. Legal7Style![66]
  1818.  
  1819. Legal8Style![67]
  1820.  
  1821. Heading1Style![68]
  1822.  
  1823. Heading2Style![69]
  1824.  
  1825. Heading3Style![70]
  1826.  
  1827. Heading4Style![71]
  1828.  
  1829. Heading5Style![72]
  1830.  
  1831. Heading6Style![73]
  1832.  
  1833. Heading7Style![74]
  1834.  
  1835. Heading8Style![75]
  1836.  
  1837. MonospacedStyle![76]
  1838.  
  1839. CustomHTMLStyle![77]
  1840.  
  1841. PreformattedStyle![78]
  1842.  
  1843. AddressStyle![79]
  1844.  
  1845. QuotationsOutlnStyle![80]
  1846.  
  1847. DefinitionsOutlnStyle![81]
  1848.  
  1849. Quotation1Style![82]
  1850.  
  1851. Quotation2Style![83]
  1852.  
  1853. Quotation3Style![84]
  1854.  
  1855. Quotation4Style![85]
  1856.  
  1857. Quotation5Style![86]
  1858.  
  1859. Quotation6Style![87]
  1860.  
  1861. Quotation7Style![88]
  1862.  
  1863. Quotation8Style![89]
  1864.  
  1865. Definition1Style![90]
  1866.  
  1867. Definition2Style![91]
  1868.  
  1869. Definition3Style![92]
  1870.  
  1871. Definition4Style![93]
  1872.  
  1873. Definition5Style![94]
  1874.  
  1875. Definition6Style![95]
  1876.  
  1877. Definition7Style![96]
  1878.  
  1879. Definition8Style![97]
  1880.  
  1881. Level9Style![111]
  1882.  
  1883. Legal9Style![112]
  1884.  
  1885. Heading9Style![113]
  1886.  
  1887. Quotation9Style![114]
  1888.  
  1889. Definition9Style![115]
  1890.  
  1891. Action: enumeration (optional)    SkipEmptyParagraphs!
  1892.  
  1893. StylePersonalLibrary
  1894.  
  1895. Syntax
  1896.  
  1897. StylePersonalLibrary(Filename As String)
  1898.  
  1899. Description
  1900.  
  1901. Specify a DOS Personal Library style file for the current document. Included for DOS compatibility. Use StyleSave() or StyleCopy() to place a style in a style file.
  1902.  
  1903. Parameters
  1904.  
  1905. Filename: string    The filename of the Personal Library file.
  1906.  
  1907. StyleRename
  1908.  
  1909. Syntax
  1910.  
  1911. (Name: string)
  1912.  
  1913. Description
  1914.  
  1915. Rename a style. Use with methods such StyleEditBegin() and StyleEditEnd().
  1916.  
  1917. Parameters
  1918.  
  1919. Name: string    The new name.
  1920.  
  1921. StyleRetrieve
  1922.  
  1923. Syntax
  1924.  
  1925. StyleRetrieve(File As String, Styles As _StyleRetrieve_Styles_enum, [Library As _StyleRetrieve_Library_enum])
  1926.  
  1927. Description
  1928.  
  1929. Retrieve the styles in a style file.
  1930.  
  1931. Parameters
  1932.  
  1933. File: string    The filename of the style to retrieve.
  1934.  
  1935. Styles: enumeration    AllStyles!
  1936.  
  1937. SystemStyles!
  1938.  
  1939. UserStyles!
  1940.  
  1941. Library: enumeration (optional)    The destination library.
  1942.  
  1943. CurrentDoc!
  1944.  
  1945. PersonalLibrary!
  1946.  
  1947. SharedLibrary!
  1948.  
  1949. StyleSave
  1950.  
  1951. Syntax
  1952.  
  1953. StyleSave(Filename As String, StyleType As _StyleSave_StyleType_enum, [Library As _StyleSave_Library_enum])
  1954.  
  1955. Description
  1956.  
  1957. Save styles from a library to a style file.
  1958.  
  1959. Parameters
  1960.  
  1961. Filename: string    The filename of the style.
  1962.  
  1963. StyleType: enumeration    AllStyles!
  1964.  
  1965. SystemStyles!
  1966.  
  1967. UserStyles!
  1968.  
  1969. Library: enumeration (optional)    CurrentDoc!
  1970.  
  1971. PersonalLibrary!
  1972.  
  1973. SharedLibrary!
  1974.  
  1975. StyleSharedLibrary
  1976.  
  1977. Syntax
  1978.  
  1979. StyleSharedLibrary(Filename As String)
  1980.  
  1981. Description
  1982.  
  1983. Specify a DOS shared library style file for the current document. Included for DOS compatibility. StyleSave() or StyleCopy() places a style in a style file.
  1984.  
  1985. Parameters
  1986.  
  1987. Filename: string    The filename of the shared library style file.
  1988.  
  1989. StylesListDlg
  1990.  
  1991. Syntax
  1992.  
  1993. StylesListDlg()
  1994.  
  1995. Description
  1996.  
  1997. Display the Style List dialog box.
  1998.  
  1999. StyleSystemOn
  2000.  
  2001. Syntax
  2002.  
  2003. StyleSystemOn(Style, [Action As _StyleSystemOn_Action_enum])
  2004.  
  2005. Description
  2006.  
  2007. Turn on a WordPerfect or user-defined style. You must pass the numeric value of the style.
  2008.  
  2009. Parameters
  2010.  
  2011. Style: any    Use a string to specify a user-defined style.
  2012.  
  2013. NormalStyle![0]
  2014.  
  2015. FootnoteNumberInDocumentStyle![16]
  2016.  
  2017. EndnoteNumberInDocumentStyle![17]
  2018.  
  2019. FigureNumberStyle![18]
  2020.  
  2021. TableBoxNumberStyle![19]
  2022.  
  2023. TextBoxNumberStyle![20]
  2024.  
  2025. UserBoxNumberStyle![21]
  2026.  
  2027. EquationNumberStyle![22]
  2028.  
  2029. HypertextStyle![23]
  2030.  
  2031. ToC1Style![24]
  2032.  
  2033. ToC2Style![25]
  2034.  
  2035. ToC3Style![26]
  2036.  
  2037. ToC4Style![27]
  2038.  
  2039. ToC5Style![28]
  2040.  
  2041. Index1Style![29]
  2042.  
  2043. Index2Style![30]
  2044.  
  2045. ListStyle![31]
  2046.  
  2047. ToAStyle![32]
  2048.  
  2049. DocStyle![33]
  2050.  
  2051. BoxTextStyle![34]
  2052.  
  2053. CaptionStyle![35]
  2054.  
  2055. FootnoteStyle![36]
  2056.  
  2057. EndnoteStyle![37]
  2058.  
  2059. CommentStyle![38]
  2060.  
  2061. HeaderAStyle![39]
  2062.  
  2063. HeaderBStyle![40]
  2064.  
  2065. FooterAStyle![41]
  2066.  
  2067. FooterBStyle![42]
  2068.  
  2069. WatermarkAStyle![43]
  2070.  
  2071. WatermarkBStyle![44]
  2072.  
  2073. ParagraphOutlnStyle![45]
  2074.  
  2075. OutlineStyle![46]
  2076.  
  2077. LegalOutlnStyle![47]
  2078.  
  2079. BulletsOutlnStyle![48]
  2080.  
  2081. HeadingsOutlnStyle![49]
  2082.  
  2083. Legal_2OutlnStyle![50]
  2084.  
  2085. NumbersOutlnStyle![51]
  2086.  
  2087. Level1Style![52]
  2088.  
  2089. Level2Style![53]
  2090.  
  2091. Level3Style![54]
  2092.  
  2093. Level4Style![55]
  2094.  
  2095. Level5Style![56]
  2096.  
  2097. Level6Style![57]
  2098.  
  2099. Level7Style![58]
  2100.  
  2101. Level8Style![59]
  2102.  
  2103. Legal1Style![60]
  2104.  
  2105. Legal2Style![61]
  2106.  
  2107. Legal3Style![62]
  2108.  
  2109. Legal4Style![63]
  2110.  
  2111. Legal5Style![64]
  2112.  
  2113. Legal6Style![65]
  2114.  
  2115. Legal7Style![66]
  2116.  
  2117. Legal8Style![67]
  2118.  
  2119. Heading1Style![68]
  2120.  
  2121. Heading2Style![69]
  2122.  
  2123. Heading3Style![70]
  2124.  
  2125. Heading4Style![71]
  2126.  
  2127. Heading5Style![72]
  2128.  
  2129. Heading6Style![73]
  2130.  
  2131. Heading7Style![74]
  2132.  
  2133. Heading8Style![75]
  2134.  
  2135. MonospacedStyle![76]
  2136.  
  2137. CustomHTMLStyle![77]
  2138.  
  2139. PreformattedStyle![78]
  2140.  
  2141. AddressStyle![79]
  2142.  
  2143. QuotationsOutlnStyle![80]
  2144.  
  2145. DefinitionsOutlnStyle![81]
  2146.  
  2147. Quotation1Style![82]
  2148.  
  2149. Quotation2Style![83]
  2150.  
  2151. Quotation3Style![84]
  2152.  
  2153. Quotation4Style![85]
  2154.  
  2155. Quotation5Style![86]
  2156.  
  2157. Quotation6Style![87]
  2158.  
  2159. Quotation7Style![88]
  2160.  
  2161. Quotation8Style![89]
  2162.  
  2163. Definition1Style![90]
  2164.  
  2165. Definition2Style![91]
  2166.  
  2167. Definition3Style![92]
  2168.  
  2169. Definition4Style![93]
  2170.  
  2171. Definition5Style![94]
  2172.  
  2173. Definition6Style![95]
  2174.  
  2175. Definition7Style![96]
  2176.  
  2177. Definition8Style![97]
  2178.  
  2179. Level9Style![111]
  2180.  
  2181. Legal9Style![112]
  2182.  
  2183. Heading9Style![113]
  2184.  
  2185. Quotation9Style![114]
  2186.  
  2187. Definition9Style![115]
  2188.  
  2189. Action: enumeration (optional)    SkipEmptyParagraphs!
  2190.  
  2191. StyleType
  2192.  
  2193. Syntax
  2194.  
  2195. StyleType(Type As _StyleType_Type_enum)
  2196.  
  2197. Description
  2198.  
  2199. Specify a style type. Use with methods such as StyleEditBegin() and StyleEditEnd().
  2200.  
  2201. Parameters
  2202.  
  2203. Type: enumeration    AutoCharacterStyle!
  2204.  
  2205. AutoParagraphStyle!
  2206.  
  2207. CharacterStyle!
  2208.  
  2209. NewBulletStyle!
  2210.  
  2211. OpenStyle!
  2212.  
  2213. ParagraphStyle!
  2214.  
  2215. StyleUpdate
  2216.  
  2217. Syntax
  2218.  
  2219. StyleUpdate()
  2220.  
  2221. Description
  2222.  
  2223. Update all styles in the current document.
  2224.  
  2225. SubdividePage
  2226.  
  2227. Syntax
  2228.  
  2229. SubdividePage(Columns As Integer, Rows As Integer)
  2230.  
  2231. Description
  2232.  
  2233. Divide a physical page into logical pages.
  2234.  
  2235. Parameters
  2236.  
  2237. Columns: numeric    The number of logical-page columns on a physical page
  2238.  
  2239. Rows: numeric    The number of logical-page rows on a physical page.
  2240.  
  2241. SubdividePageDlg
  2242.  
  2243. Syntax
  2244.  
  2245. SubdividePageDlg()
  2246.  
  2247. Description
  2248.  
  2249. Display the Divide Page tab of the Page Setup dialog box.
  2250.  
  2251. SubdividePageOff
  2252.  
  2253. Syntax
  2254.  
  2255. SubdividePageOff()
  2256.  
  2257. Description
  2258.  
  2259. Turn off Subdivide Page.
  2260.  
  2261. SubdocInclude
  2262.  
  2263. Syntax
  2264.  
  2265. SubdocInclude(DocumentName As String)
  2266.  
  2267. Description
  2268.  
  2269. Insert a document into the current document as a subdocument.
  2270.  
  2271. Parameters
  2272.  
  2273. DocumentName: string    The file to insert.
  2274.  
  2275. SubstructureExit
  2276.  
  2277. Syntax
  2278.  
  2279. SubstructureExit([Action As _SubstructureExit_Action_enum])
  2280.  
  2281. Description
  2282.  
  2283. Close the current substructure and optionally open an existing substructure of the same type.
  2284.  
  2285. Parameters
  2286.  
  2287. Action: enumeration (optional)    Next!
  2288.  
  2289. Previous!
  2290.  
  2291. Suppress
  2292.  
  2293. Syntax
  2294.  
  2295.  Suppress([Item])
  2296.  
  2297. Description
  2298.  
  2299. Turn off the specified page formatting items for the current page.
  2300.  
  2301. Parameters
  2302.  
  2303. Item: enumeration    FooterA!
  2304.  
  2305. FooterB!
  2306.  
  2307. HeaderA!
  2308.  
  2309. HeaderB!
  2310.  
  2311. PageNumberBottomCenter!
  2312.  
  2313. PageNumbering!
  2314.  
  2315. WatermarkA!
  2316.  
  2317. WatermarkB!
  2318.  
  2319. SwitchDoc
  2320.  
  2321. Syntax
  2322.  
  2323. SwitchDoc(DocNum As Integer)
  2324.  
  2325. Description
  2326.  
  2327. Specify a document to switch to.
  2328.  
  2329. Parameters
  2330.  
  2331. DocNum: numeric    The number of the open document to display.
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.