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

  1. ObjectImageArrow
  2.  
  3. Syntax
  4.  
  5.  ObjectImageArrow([HeadStyle], [TailStyle])
  6.  
  7. Description
  8.  
  9. Lets you create an arrow object
  10.  
  11. Parameters
  12.  
  13. HeadStyle: any    The head style
  14.  
  15. TailStyle: any    The tail style
  16.  
  17. ObjectImageCreate
  18.  
  19. Syntax
  20.  
  21.  ObjectImageCreate()
  22.  
  23. Description
  24.  
  25. Lets you create an image object.
  26.  
  27. ObjectImageDropShadow
  28.  
  29. Syntax
  30.  
  31. ObjectImageDropShadow([Location As _ObjectImageDropShadow_Location_enum], [XSize As Integer], [YSize As Integer], [ColorName As String], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer], [VerticalSize As Integer])
  32.  
  33. Description
  34.  
  35. Lets you create a drop shadow for an object image.
  36.  
  37. Parameters
  38.  
  39. Location: enumeration    NoShadow!
  40.  
  41. UpperLeft!
  42.  
  43. LowerLeft!
  44.  
  45. LowerRight!
  46.  
  47. UpperRight!
  48.  
  49. XSize: numeric    
  50.  
  51. YSize: numeric    
  52.  
  53. ColorName: numeric    This parameter has been left in for backward compatibility with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
  54.  
  55. Red: numeric    Value: 0 - 255
  56.  
  57. Green: numeric    Value: 0 - 255
  58.  
  59. Blue: numeric    Value: 0 - 255
  60.  
  61. Shade: numeric    Percent: 0 - 100
  62.  
  63. VerticalSize: numeric    
  64.  
  65. ObjectImageLineColor
  66.  
  67. Syntax
  68.  
  69.  ObjectImageLineColor([RGBValue As Long])
  70.  
  71. Description
  72.  
  73. Lets you change the line color of an image object.
  74.  
  75. Parameter
  76.  
  77. RGBValue: numeric    The RGB value
  78.  
  79. ObjectImageLineStyle
  80.  
  81. Syntax
  82.  
  83.  ObjectImageLineStyle(Style)
  84.  
  85. Description
  86.  
  87. Lets you change the line style of an image object.
  88.  
  89. Parameters
  90.  
  91. Style: any    NoLine!
  92.  
  93. SolidLine!
  94.  
  95. XLDash!
  96.  
  97. LDash!
  98.  
  99. Dash!
  100.  
  101. SDash!
  102.  
  103. CloseDot!
  104.  
  105. Dot!
  106.  
  107. TripleDot!
  108.  
  109. LDashDot!
  110.  
  111. LDashDotDot!
  112.  
  113. DashDashDot!
  114.  
  115. DashDashDotDot!
  116.  
  117. LDashDash!
  118.  
  119. LDashSDashSDash!
  120.  
  121. XLDashXLDashDash!
  122.  
  123. XLDashXLDashSDashSDash!
  124.  
  125. ObjectImageLineThickness
  126.  
  127. Syntax
  128.  
  129. ObjectImageLineThickness(Thickness)
  130.  
  131. Description
  132.  
  133. Lets you change the line thickness of an image object.
  134.  
  135. Parameters
  136.  
  137. Thickness: any    AutoThickness!
  138.  
  139. ObjectImagePolyline
  140.  
  141. Syntax
  142.  
  143.  ObjectImagePolyline()
  144.  
  145. Description
  146.  
  147. Create a polyline image object.
  148.  
  149. ObjectImageRemove
  150.  
  151. Syntax
  152.  
  153. ObjectImageRemove()
  154.  
  155. Description
  156.  
  157. Lets you remove an image object.
  158.  
  159. ObjectImageRotation
  160.  
  161. Syntax
  162.  
  163. ObjectImageRotation(Degrees As Double)
  164.  
  165. Description
  166.  
  167. Lets you rotate an image object.
  168.  
  169. Parameters
  170.  
  171. Degrees: numeric    The number of degrees you want to rotate the image object.
  172.  
  173. OLE1InsertDlg
  174.  
  175. Syntax
  176.  
  177. OLE1InsertDlg()
  178.  
  179. Description
  180.  
  181. Display the Insert Object dialog box.
  182.  
  183. OLE1LinksDlg
  184.  
  185. Syntax
  186.  
  187. OLE1LinksDlg()
  188.  
  189. Description
  190.  
  191. Display the Links dialog box.
  192.  
  193. OLE1PasteDlg
  194.  
  195. Syntax
  196.  
  197. OLE1PasteDlg()
  198.  
  199. Description
  200.  
  201. Display the Paste Special dialog box.
  202.  
  203. OLEAcceptLinks
  204.  
  205. Syntax
  206.  
  207. OLEAcceptLinks()
  208.  
  209. Description
  210.  
  211. Accept a link updated or initialized between server and client applications. Included for 6.0 compatibility only.
  212.  
  213. OLECancelLink
  214.  
  215. Syntax
  216.  
  217. OLECancelLink(LinkName As String)
  218.  
  219. Description
  220.  
  221. Cancel a link to an object.
  222.  
  223. Parameters
  224.  
  225. LinkName: string    The name of the link to cancel.
  226.  
  227. OLEChangeLink
  228.  
  229. Syntax
  230.  
  231. OLEChangeLink(ObjectName As String, Filename As String)
  232.  
  233. Description
  234.  
  235. You can change the file in a link.
  236.  
  237. Parameters
  238.  
  239. ObjectName: string    The name of the linked object.
  240.  
  241. Filename: string    The replacement file.
  242.  
  243. OLEDeactivate
  244.  
  245. Syntax
  246.  
  247. OLEDeactivate()
  248.  
  249. Description
  250.  
  251. Remove an OLE object from in-place editing mode.
  252.  
  253. OLEInitializeLinks
  254.  
  255. Syntax
  256.  
  257. OLEInitializeLinks()
  258.  
  259. Description
  260.  
  261. Reinitialize a link with its server application. Record when you create, update, change, or perform any function on a link. Included for 6.0 compatibility only.
  262.  
  263. OLEInsertDlg
  264.  
  265. Syntax
  266.  
  267.  OLEInsertDlg()
  268.  
  269. Description
  270.  
  271. Display the Insert Object dialog box.
  272.  
  273. OLEInsertObject
  274.  
  275. Syntax
  276.  
  277. OLEInsertObject(objecttype As String, [DisplayMode As _OLEInsertObject_DisplayMode_enum])
  278.  
  279. Description
  280.  
  281. Specify the name of a program to insert an object into.
  282.  
  283. Parameters
  284.  
  285. ObjectType: string    The program name.
  286.  
  287. DisplayMode: enumeration (optional)    DisplayAsIcon!
  288.  
  289. DisplayNormal!
  290.  
  291. OLEInsertObjectFile
  292.  
  293. Syntax
  294.  
  295. OLEInsertObjectFile(Filename As String, [DisplayMode As _OLEInsertObjectFile_DisplayMode_enum], [ObjectMode As _OLEInsertObjectFile_ObjectMode_enum])
  296.  
  297. Description
  298.  
  299. Insert an object file into the current document.
  300.  
  301. Parameters
  302.  
  303. Filename: string    The filename of the object to insert.
  304.  
  305. DisplayMode: enumeration (optional)    DisplayAsIcon!
  306.  
  307. DisplayNormal!
  308.  
  309. ObjectMode: enumeration (optional)    Embedded!
  310.  
  311. Linked!
  312.  
  313. OLELinksDlg
  314.  
  315. Syntax
  316.  
  317. OLELinksDlg()
  318.  
  319. Description
  320.  
  321. Display the Links dialog box. You cannot use OLELinksDlg() if an OLE object is currently selected.
  322.  
  323. OLEObject
  324.  
  325. Syntax
  326.  
  327. OLEObject()
  328.  
  329. Description
  330.  
  331. Open an OLE object in the current document.
  332.  
  333. OLEPasteDlg
  334.  
  335. Syntax
  336.  
  337. OLEPasteDlg()
  338.  
  339. Description
  340.  
  341. Display the Paste Special dialog box.
  342.  
  343. OLESetLinkUpdate
  344.  
  345. Syntax
  346.  
  347. OLESetLinkUpdate(ObjectName As String, UpdateType As _OLESetLinkUpdate_UpdateType_enum)
  348.  
  349. Description
  350.  
  351. Specify whether a linked object is always updated or manually updated.
  352.  
  353. Parameters
  354.  
  355. ObjectName: string    The name of the object to update.
  356.  
  357. UpdateType: enumeration    UpdateAlways!
  358.  
  359. UpdateManually!
  360.  
  361. OLEUpdateLink
  362.  
  363. Syntax
  364.  
  365. OLEUpdateLink(LinkName As String)
  366.  
  367. Description
  368.  
  369. Update a specified link.
  370.  
  371. Parameters
  372.  
  373. LinkName: string    The name of the link to update.
  374.  
  375. OLEVerb
  376.  
  377. Syntax
  378.  
  379.  OLEVerb(Verb As Integer)
  380.  
  381. Description
  382.  
  383. Perform a pre-determined action on an OLE object. The action is determined by verbs defined by the OLE server. Verb 0 is the default verb (action) and is performed and recorded by double-clicking an object. For example, the default action for a sound clip is Play. Executing OLEVerb(Verb:0) on a sound clip plays the sound clip. Verbs range from 0 to the highest number defined by an OLE server for an object. See your OLE server documentation for valid verbs.
  384.  
  385. Parameters
  386.  
  387. Verb: numeric    Specify an action. 0 is the default verb.
  388.  
  389. OnlineHelpSupport
  390.  
  391. Syntax
  392.  
  393. OnlineHelpSupport()
  394.  
  395. Description
  396.  
  397. Gets help from the WordPerfect home page.
  398.  
  399. OutlineApply
  400.  
  401. Syntax
  402.  
  403. OutlineApply(OutlineName As String, SysOrUser As _OutlineApply_SysOrUser_enum, SystemStyleId As Long, CreateOrResume As _OutlineApply_CreateOrResume_enum, Prompt As _OutlineApply_Prompt_enum, [TabEvery As Integer])
  404.  
  405. Description
  406.  
  407. Lets you apply the outline definition to a document.
  408.  
  409. Parameters
  410.  
  411. OutlineName: string    The name of the outline.
  412.  
  413. SysOrUser: enumeration (optional)    UserOutlineStyle!
  414.  
  415. SystemOutlineStyle!
  416.  
  417. SystemStyleID: numeric (optional)    
  418.  
  419. CreateOrResume: enumeration    ResumeOutline!
  420.  
  421. CreateOutline!
  422.  
  423. EmbedOutline!
  424.  
  425. Prompt: enumeration    No!
  426.  
  427. Yes!
  428.  
  429. TabEvery: numeric (optional)    
  430.  
  431. OutlineBarDisplay
  432.  
  433. Syntax
  434.  
  435. OutlineBarDisplay(State As _OutlineBarDisplay_State_enum)
  436.  
  437. Description
  438.  
  439. Turn on the Outline mode, insert the first-level number and style code of the current definition, and display the Outline Property Bar. Use Off! to hide the Property Bar. Recordable substitute: ViewOutline or OutlineOff.
  440.  
  441. Parameters
  442.  
  443. State: enumeration    Off!
  444.  
  445. On!
  446.  
  447. OutlineBarSetup
  448.  
  449. Syntax
  450.  
  451. OutlineBarSetup([State As _OutlineBarSetup_State_enum])
  452.  
  453. Description
  454.  
  455. Display or hide outline symbols.
  456.  
  457. Parameters
  458.  
  459. State: enumeration(optional)    Off!
  460.  
  461. On!
  462.  
  463. OutlineBeginNew
  464.  
  465. Syntax
  466.  
  467. OutlineBeginNew(Style As _OutlineBeginNew_Style_enum)
  468.  
  469. Description
  470.  
  471. Begin a new outline in a specified style.
  472.  
  473. Parameters
  474.  
  475. Style: enumeration    NormalStyle!
  476.  
  477. FootnoteNumberInDocumentStyle!
  478.  
  479. EndnoteNumberInDocumentStyle!
  480.  
  481. FigureNumberStyle!
  482.  
  483. TableBoxNumberStyle!
  484.  
  485. TextBoxNumberStyle!
  486.  
  487. UserBoxNumberStyle!
  488.  
  489. EquationNumberStyle!
  490.  
  491. HypertextStyle!
  492.  
  493. ToC1Style!
  494.  
  495. ToC2Style!
  496.  
  497. ToC3Style!
  498.  
  499. ToC4Style!
  500.  
  501. ToC5Style!
  502.  
  503. Index1Style!
  504.  
  505. Index2Style!
  506.  
  507. ListStyle!
  508.  
  509. ToAStyle!
  510.  
  511. DocStyle!
  512.  
  513. BoxTextStyle!
  514.  
  515. CaptionStyle!
  516.  
  517. FootnoteStyle!
  518.  
  519. EndnoteStyle!
  520.  
  521. CommentStyle!
  522.  
  523. HeaderAStyle!
  524.  
  525. HeaderBStyle!
  526.  
  527. FooterAStyle!
  528.  
  529. FooterBStyle!
  530.  
  531. WatermarkAStyle!
  532.  
  533. WatermarkBStyle!AddressStyle!
  534.  
  535. ParagraphOutlnStyle!
  536.  
  537. OutlineStyle!
  538.  
  539. LegalOutlnStyle!
  540.  
  541. BulletsOutlnStyle!
  542.  
  543. HeadingsOutlnStyle!
  544.  
  545. Legal_2OutlnStyle!
  546.  
  547. NumbersOutlnStyle!
  548.  
  549. Level1Style!
  550.  
  551. Level2Style!
  552.  
  553. Level3Style!
  554.  
  555. Level4Style!
  556.  
  557. Level5Style!
  558.  
  559. Level6Style!
  560.  
  561. Level7Style!
  562.  
  563. Level8Style!
  564.  
  565. Legal1Style!
  566.  
  567. Legal2Style!
  568.  
  569. Legal3Style!
  570.  
  571. Legal4Style!
  572.  
  573. Legal5Style!
  574.  
  575. Legal6Style!
  576.  
  577. Legal7Style!
  578.  
  579. Legal8Style!
  580.  
  581. Heading1Style!
  582.  
  583. Heading2Style!
  584.  
  585. Heading3Style!
  586.  
  587. Heading4Style!
  588.  
  589. Heading5Style!
  590.  
  591. Heading6Style!
  592.  
  593. Heading7Style!
  594.  
  595. Heading8Style!
  596.  
  597. MonospacedStyle!
  598.  
  599. CustomHTMLStyle!
  600.  
  601. PreformattedStyle!
  602.  
  603. AddressStyle!
  604.  
  605. QuotationsOutlnStyle!
  606.  
  607. DefinitionsOutlnStyle!
  608.  
  609. Quotation1Style!
  610.  
  611. Quotation2Style!
  612.  
  613. Quotation3Style!
  614.  
  615. Quotation4Style!
  616.  
  617. Quotation5Style!
  618.  
  619. Quotation6Style!
  620.  
  621. Quotation7Style!
  622.  
  623. Quotation8Style!
  624.  
  625. Definition1Style!
  626.  
  627. Definition2Style!
  628.  
  629. Definition3Style!
  630.  
  631. Definition4Style!
  632.  
  633. Definition5Style!
  634.  
  635. Definition6Style!
  636.  
  637. Definition7Style!
  638.  
  639. Definition8Style!
  640.  
  641. Level9Style!
  642.  
  643. Legal9Style!
  644.  
  645. Heading9Style!
  646.  
  647. Quotation9Style!
  648.  
  649. DefinitionStyle!
  650.  
  651. OutlineBodyText
  652.  
  653. Syntax
  654.  
  655.  OutlineBodyText([State As _OutlineBodyText_State_enum])
  656.  
  657. Description
  658.  
  659. Display or hide outline body text.
  660.  
  661. Parameters
  662.  
  663. State: enumeration (optional)    If this parameter is not included, the method toggles to the opposite state.
  664.  
  665. HideBodyText!
  666.  
  667. ShowBodyText!
  668.  
  669. OutlineBodyTextToggle
  670.  
  671. Syntax
  672.  
  673. OutlineBodyTextToggle()
  674.  
  675. Description
  676.  
  677. Toggle the current paragraph between an outline item and body text.
  678.  
  679. OutlineChangeToBodyText
  680.  
  681. Syntax
  682.  
  683. OutlineChangeToBodyText()
  684.  
  685. Description
  686.  
  687. Change the current outline item to body text. Recordable substitute: OutlineBodyTextToggle().
  688.  
  689. OutlineDown
  690.  
  691. Syntax
  692.  
  693. OutlineDown()
  694.  
  695. Description
  696.  
  697. Move the insertion point to the next outline item or paragraph of body text.
  698.  
  699. OutlineEnd
  700.  
  701. Syntax
  702.  
  703. OutlineEnd()
  704.  
  705. Description
  706.  
  707. Turn off Outline.
  708.  
  709. OutlineFamilyCopy
  710.  
  711. Syntax
  712.  
  713. OutlineFamilyCopy()
  714.  
  715. Description
  716.  
  717. Copy the current family items to the Clipboard.
  718.  
  719. OutlineFamilyCut
  720.  
  721. Syntax
  722.  
  723. OutlineFamilyCut()
  724.  
  725. Description
  726.  
  727. Delete the current family items and adjust the numbering.
  728.  
  729. OutlineFamilyDemote
  730.  
  731. Syntax
  732.  
  733. OutlineFamilyDemote()
  734.  
  735. Description
  736.  
  737. Demote the current family items to the next level and adjust the numbering.
  738.  
  739. OutlineFamilyDown
  740.  
  741. Syntax
  742.  
  743. OutlineFamilyDown()
  744.  
  745. Description
  746.  
  747. Move the insertion point to the beginning of the next outline family.
  748.  
  749. OutlineFamilyDragDown
  750.  
  751. Syntax
  752.  
  753. OutlineFamilyDragDown()
  754.  
  755. Description
  756.  
  757. Move the current family items below the next family and adjust the numbering. Recordable equivalent: OutlineParagraphDragDown.
  758.  
  759. OutlineFamilyDragUp
  760.  
  761. Syntax
  762.  
  763. OutlineFamilyDragUp()
  764.  
  765. Description
  766.  
  767. Move the current family items above the previous family and adjust the numbering. Recordable equivalent: OutlineParagraphDragUp().
  768.  
  769. OutlineFamilyHide
  770.  
  771. Syntax
  772.  
  773.  OutlineFamilyHide(State As _OutlineFamilyHide_State_enum)
  774.  
  775. Description
  776.  
  777. Hide all but the current level of the outline family.
  778.  
  779. Parameters
  780.  
  781. State: enumeration    HideBodyText!
  782.  
  783. ShowBodyText!
  784.  
  785. OutlineFamilyLeft
  786.  
  787. Syntax
  788.  
  789. OutlineFamilyLeft()
  790.  
  791. Description
  792.  
  793. Move the insertion point to the beginning of the previous outline family.
  794.  
  795. OutlineFamilyMove
  796.  
  797. Syntax
  798.  
  799. OutlineFamilyMove()
  800.  
  801. Description
  802.  
  803. Move an outline family.
  804.  
  805. OutlineFamilyPromote
  806.  
  807. Syntax
  808.  
  809. OutlineFamilyPromote()
  810.  
  811. Description
  812.  
  813. Raise the current family items one level.
  814.  
  815. OutlineFamilyRight
  816.  
  817. Syntax
  818.  
  819. OutlineFamilyRight()
  820.  
  821. Description
  822.  
  823. Move the insertion point to the next outline item, skipping body text.
  824.  
  825. OutlineFamilySelect
  826.  
  827. Syntax
  828.  
  829. OutlineFamilySelect()
  830.  
  831. Description
  832.  
  833. Select the current outline family, including body text.
  834.  
  835. OutlineFamilyShow
  836.  
  837. Syntax
  838.  
  839. OutlineFamilyShow(State As _OutlineFamilyShow_State_enum)
  840.  
  841. Description
  842.  
  843. Display or hide body text in the current outline family.
  844.  
  845. Parameters
  846.  
  847. State: enumeration    HideBodyText!
  848.  
  849. ShowBodyText!
  850.  
  851. OutlineFamilyUp
  852.  
  853. Syntax
  854.  
  855. OutlineFamilyUp()
  856.  
  857. Description
  858.  
  859. Move the insertion point to the beginning of the previous outline family.
  860.  
  861. OutlineHideShowingBodyText
  862.  
  863. Syntax
  864.  
  865. OutlineHideShowingBodyText()
  866.  
  867. Description
  868.  
  869. Hide all outline items and display the body text.
  870.  
  871. OutlineIconsDisplay
  872.  
  873. Syntax
  874.  
  875. OutlineIconsDisplay(State As _OutlineIconsDisplay_State_enum)
  876.  
  877. Description
  878.  
  879. Display the outline-level icons.
  880.  
  881. Parameters
  882.  
  883. State: enumeration(optional)    Off!
  884.  
  885. On!
  886.  
  887. OutlineInsertParagraphNumber
  888.  
  889. Syntax
  890.  
  891. OutlineInsertParagraphNumber(Level As Integer, InsertType As _OutlineInsertParagraphNumber_InsertType_enum)
  892.  
  893. Description
  894.  
  895. Lets you insert a paragraph number code in a document.
  896.  
  897. Parameters
  898.  
  899. Level: numeric    
  900.  
  901. InsertType: enumeration    Fixed!
  902.  
  903. Auto!
  904.  
  905. OutlineNumberDlg
  906.  
  907. Syntax
  908.  
  909. OutlineNumberDlg()
  910.  
  911. Description
  912.  
  913. Display the Set Paragraph Number dialog box.
  914.  
  915. OutlineOff
  916.  
  917. Syntax
  918.  
  919. OutlineOff()
  920.  
  921. Description
  922.  
  923. Close the Outline feature bar.
  924.  
  925. OutlineParagraphCopy
  926.  
  927. Syntax
  928.  
  929. OutlineParagraphCopy()
  930.  
  931. Description
  932.  
  933. Copy the current outline item to the Clipboard.
  934.  
  935. OutlineParagraphDelete
  936.  
  937. Syntax
  938.  
  939. OutlineParagraphDelete()
  940.  
  941. Description
  942.  
  943. Delete the current outline item and adjust the numbering.
  944.  
  945. OutlineParagraphDemote
  946.  
  947. Syntax
  948.  
  949. OutlineParagraphDemote()
  950.  
  951. Description
  952.  
  953. Demote the current outline item one level and adjust the numbering.
  954.  
  955. OutlineParagraphDragDown
  956.  
  957. Syntax
  958.  
  959. OutlineParagraphDragDown()
  960.  
  961. Description
  962.  
  963. Move the current outline item down one item and adjust the numbering.
  964.  
  965. OutlineParagraphDragUp
  966.  
  967. Syntax
  968.  
  969. OutlineParagraphDragUp()
  970.  
  971. Description
  972.  
  973. Move the current outline item up one item and adjust the numbering.
  974.  
  975. OutlineParagraphMove
  976.  
  977. Syntax
  978.  
  979. OutlineParagraphMove()
  980.  
  981. Description
  982.  
  983. Delete the current outline item and adjust the numbering.
  984.  
  985. OutlineParagraphNumber
  986.  
  987. Syntax
  988.  
  989. OutlineParagraphNumber([Level As Integer])
  990.  
  991. Description
  992.  
  993. Specify an outline level. Default: current level.
  994.  
  995. Parameters
  996.  
  997. Level: numeric (optional)    Value: 1-8.
  998.  
  999. OutlineParagraphNumberInsert
  1000.  
  1001. Syntax
  1002.  
  1003. OutlineParagraphNumberInsert()
  1004.  
  1005. Description
  1006.  
  1007. Insert a paragraph number code [Para Num] in the current document at the insertion point.
  1008.  
  1009. OutlineParagraphPromote
  1010.  
  1011. Syntax
  1012.  
  1013. OutlineParagraphPromote()
  1014.  
  1015. Description
  1016.  
  1017. Promote the current outline item one level.
  1018.  
  1019. OutlineParagraphSelect
  1020.  
  1021. Syntax
  1022.  
  1023. OutlineParagraphSelect()
  1024.  
  1025. Description
  1026.  
  1027. Select the current outline item or paragraph of body text.
  1028.  
  1029. OutlineRight
  1030.  
  1031. Syntax
  1032.  
  1033. OutlineRight()
  1034.  
  1035. Description
  1036.  
  1037. Move the insertion point to the next outline item before the indent and number codes.
  1038.  
  1039. OutlineShow
  1040.  
  1041. Syntax
  1042.  
  1043. OutlineShow(Level As Integer, State As _OutlineShow_State_enum)
  1044.  
  1045. Description
  1046.  
  1047. Specify the lowest outline level to display and whether to show body text.
  1048.  
  1049. Parameters
  1050.  
  1051. Level: numeric    Value: 1-8.
  1052.  
  1053. State: enumeration    HideBodyText!
  1054.  
  1055. ShowBodyText!
  1056.  
  1057. OutlineStyleCopy
  1058.  
  1059. Syntax
  1060.  
  1061. OutlineStyleCopy(Style, [Source As _OutlineStyleCopy_Source_enum], [Destination As _OutlineStyleCopy_Destination_enum], [NewName As String])
  1062.  
  1063. Description
  1064.  
  1065. Copy an outline style. You must pass the numeric value of the style.
  1066.  
  1067. Parameters
  1068.  
  1069. Style: any    NormalStyle!
  1070.  
  1071. FootnoteNumberInDocumentStyle!
  1072.  
  1073. EndnoteNumberInDocumentStyle!
  1074.  
  1075. FigureNumberStyle!
  1076.  
  1077. TableBoxNumberStyle!
  1078.  
  1079. TextBoxNumberStyle!
  1080.  
  1081. UserBoxNumberStyle!
  1082.  
  1083. EquationNumberStyle!
  1084.  
  1085. HypertextStyle!
  1086.  
  1087. ToC1Style!
  1088.  
  1089. ToC2Style!
  1090.  
  1091. ToC3Style!
  1092.  
  1093. ToC4Style!
  1094.  
  1095. ToC5Style!
  1096.  
  1097. Index1Style!
  1098.  
  1099. Index2Style!
  1100.  
  1101. ListStyle!
  1102.  
  1103. ToAStyle!
  1104.  
  1105. DocStyle!
  1106.  
  1107. BoxTextStyle!
  1108.  
  1109. CaptionStyle!
  1110.  
  1111. FootnoteStyle!
  1112.  
  1113. EndnoteStyle!
  1114.  
  1115. CommentStyle!
  1116.  
  1117. HeaderAStyle!
  1118.  
  1119. HeaderBStyle!
  1120.  
  1121. FooterAStyle!
  1122.  
  1123. FooterBStyle!
  1124.  
  1125. WatermarkAStyle!
  1126.  
  1127. WatermarkBStyle!AddressStyle!
  1128.  
  1129. ParagraphOutlnStyle!
  1130.  
  1131. OutlineStyle!
  1132.  
  1133. LegalOutlnStyle!
  1134.  
  1135. BulletsOutlnStyle!
  1136.  
  1137. HeadingsOutlnStyle!
  1138.  
  1139. Legal_2OutlnStyle!
  1140.  
  1141. NumbersOutlnStyle!
  1142.  
  1143. Level1Style!
  1144.  
  1145. Level2Style!
  1146.  
  1147. Level3Style!
  1148.  
  1149. Level4Style!
  1150.  
  1151. Level5Style!
  1152.  
  1153. Level6Style!
  1154.  
  1155. Level7Style!
  1156.  
  1157. Level8Style!
  1158.  
  1159. Legal1Style!
  1160.  
  1161. Legal2Style!
  1162.  
  1163. Legal3Style!
  1164.  
  1165. Legal4Style!
  1166.  
  1167. Legal5Style!
  1168.  
  1169. Legal6Style!
  1170.  
  1171. Legal7Style!
  1172.  
  1173. Legal8Style!
  1174.  
  1175. Heading1Style!
  1176.  
  1177. Heading2Style!
  1178.  
  1179. Heading3Style!
  1180.  
  1181. Heading4Style!
  1182.  
  1183. Heading5Style!
  1184.  
  1185. Heading6Style!
  1186.  
  1187. Heading7Style!
  1188.  
  1189. Heading8Style!
  1190.  
  1191. MonospacedStyle!
  1192.  
  1193. CustomHTMLStyle!
  1194.  
  1195. PreformattedStyle!
  1196.  
  1197. AddressStyle!
  1198.  
  1199. QuotationsOutlnStyle!
  1200.  
  1201. DefinitionsOutlnStyle!
  1202.  
  1203. Quotation1Style!
  1204.  
  1205. Quotation2Style!
  1206.  
  1207. Quotation3Style!
  1208.  
  1209. Quotation4Style!
  1210.  
  1211. Quotation5Style!
  1212.  
  1213. Quotation6Style!
  1214.  
  1215. Quotation7Style!
  1216.  
  1217. Quotation8Style!
  1218.  
  1219. Definition1Style!
  1220.  
  1221. Definition2Style!
  1222.  
  1223. Definition3Style!
  1224.  
  1225. Definition4Style!
  1226.  
  1227. Definition5Style!
  1228.  
  1229. Definition6Style!
  1230.  
  1231. Definition7Style!
  1232.  
  1233. Definition8Style!
  1234.  
  1235. Level9Style!
  1236.  
  1237. Legal9Style!
  1238.  
  1239. Heading9Style!
  1240.  
  1241. Quotation9Style!
  1242.  
  1243. DefinitionStyle!    0
  1244.  
  1245. 16
  1246.  
  1247. 17
  1248.  
  1249. 18
  1250.  
  1251. 19
  1252.  
  1253. 20
  1254.  
  1255. 21
  1256.  
  1257. 22
  1258.  
  1259. 23
  1260.  
  1261. 24
  1262.  
  1263. 25
  1264.  
  1265. 26
  1266.  
  1267. 27
  1268.  
  1269. 28
  1270.  
  1271. 29
  1272.  
  1273. 30
  1274.  
  1275. 31
  1276.  
  1277. 32
  1278.  
  1279. 33
  1280.  
  1281. 34
  1282.  
  1283. 35
  1284.  
  1285. 36
  1286.  
  1287. 37
  1288.  
  1289. 38
  1290.  
  1291. 39
  1292.  
  1293. 40
  1294.  
  1295. 41
  1296.  
  1297. 42
  1298.  
  1299. 43
  1300.  
  1301. 44
  1302.  
  1303. 45
  1304.  
  1305. 46
  1306.  
  1307. 47
  1308.  
  1309. 48
  1310.  
  1311. 49
  1312.  
  1313. 50
  1314.  
  1315. 51
  1316.  
  1317. 52
  1318.  
  1319. 53
  1320.  
  1321. 54
  1322.  
  1323. 55
  1324.  
  1325. 56
  1326.  
  1327. 57
  1328.  
  1329. 58
  1330.  
  1331. 59
  1332.  
  1333. 60
  1334.  
  1335. 61
  1336.  
  1337. 62
  1338.  
  1339. 63
  1340.  
  1341. 64
  1342.  
  1343. 65
  1344.  
  1345. 66
  1346.  
  1347. 67
  1348.  
  1349. 68
  1350.  
  1351. 69
  1352.  
  1353. 70
  1354.  
  1355. 71
  1356.  
  1357. 72
  1358.  
  1359. 73
  1360.  
  1361. 74
  1362.  
  1363. 75
  1364.  
  1365. 76
  1366.  
  1367. 77
  1368.  
  1369. 78
  1370.  
  1371. 79
  1372.  
  1373. 80
  1374.  
  1375. 81
  1376.  
  1377. 82
  1378.  
  1379. 83
  1380.  
  1381. 84
  1382.  
  1383. 85
  1384.  
  1385. 86
  1386.  
  1387. 87
  1388.  
  1389. 88
  1390.  
  1391. 89
  1392.  
  1393. 90
  1394.  
  1395. 91
  1396.  
  1397. 92
  1398.  
  1399. 93
  1400.  
  1401. 94
  1402.  
  1403. 111
  1404.  
  1405. 112
  1406.  
  1407. 113
  1408.  
  1409. 114
  1410.  
  1411. 115
  1412.  
  1413. Source: enumeration (optional)    CurrentDoc!
  1414.  
  1415. PersonalLibrary!
  1416.  
  1417. SharedLibrary!    
  1418.  
  1419. Destination: enumeration (optional)    CurrentDoc!
  1420.  
  1421. PersonalLibrary!
  1422.  
  1423. SharedLibrary!    
  1424.  
  1425. NewName: string (optional)    The name for the copied style.    
  1426.  
  1427. OutlineStyleCreate
  1428.  
  1429. Syntax
  1430.  
  1431.  OutlineStyleCreate(Style As String, [Library As _OutlineStyleCreate_Library_enum])
  1432.  
  1433. Description
  1434.  
  1435. Create, name, and save an outline style.
  1436.  
  1437. Parameters
  1438.  
  1439. Style: string    The name of the outline style.
  1440.  
  1441. Library: enumeration (optional)    CurrentDoc!
  1442.  
  1443. PersonalLibrary!
  1444.  
  1445. SharedLibrary!
  1446.  
  1447. OutlineStyleDelete
  1448.  
  1449. Syntax
  1450.  
  1451. (Style: any; Library: enumeration)
  1452.  
  1453. Description
  1454.  
  1455. Delete an outline style. Predefined outline styles cannot be deleted. You must pass the numeric value of the style.
  1456.  
  1457. Parameters
  1458.  
  1459. Style: any    NormalStyle!
  1460.  
  1461. FootnoteNumberInDocumentStyle!
  1462.  
  1463. EndnoteNumberInDocumentStyle!
  1464.  
  1465. FigureNumberStyle!
  1466.  
  1467. TableBoxNumberStyle!
  1468.  
  1469. TextBoxNumberStyle!
  1470.  
  1471. UserBoxNumberStyle!
  1472.  
  1473. EquationNumberStyle!
  1474.  
  1475. HypertextStyle!
  1476.  
  1477. ToC1Style!
  1478.  
  1479. ToC2Style!
  1480.  
  1481. ToC3Style!
  1482.  
  1483. ToC4Style!
  1484.  
  1485. ToC5Style!
  1486.  
  1487. Index1Style!
  1488.  
  1489. Index2Style!
  1490.  
  1491. ListStyle!
  1492.  
  1493. ToAStyle!
  1494.  
  1495. DocStyle!
  1496.  
  1497. BoxTextStyle!
  1498.  
  1499. CaptionStyle!
  1500.  
  1501. FootnoteStyle!
  1502.  
  1503. EndnoteStyle!
  1504.  
  1505. CommentStyle!
  1506.  
  1507. HeaderAStyle!
  1508.  
  1509. HeaderBStyle!
  1510.  
  1511. FooterAStyle!
  1512.  
  1513. FooterBStyle!
  1514.  
  1515. WatermarkAStyle!
  1516.  
  1517. WatermarkBStyle!AddressStyle!
  1518.  
  1519. ParagraphOutlnStyle!
  1520.  
  1521. OutlineStyle!
  1522.  
  1523. LegalOutlnStyle!
  1524.  
  1525. BulletsOutlnStyle!
  1526.  
  1527. HeadingsOutlnStyle!
  1528.  
  1529. Legal_2OutlnStyle!
  1530.  
  1531. NumbersOutlnStyle!
  1532.  
  1533. Level1Style!
  1534.  
  1535. Level2Style!
  1536.  
  1537. Level3Style!
  1538.  
  1539. Level4Style!
  1540.  
  1541. Level5Style!
  1542.  
  1543. Level6Style!
  1544.  
  1545. Level7Style!
  1546.  
  1547. Level8Style!
  1548.  
  1549. Legal1Style!
  1550.  
  1551. Legal2Style!
  1552.  
  1553. Legal3Style!
  1554.  
  1555. Legal4Style!
  1556.  
  1557. Legal5Style!
  1558.  
  1559. Legal6Style!
  1560.  
  1561. Legal7Style!
  1562.  
  1563. Legal8Style!
  1564.  
  1565. Heading1Style!
  1566.  
  1567. Heading2Style!
  1568.  
  1569. Heading3Style!
  1570.  
  1571. Heading4Style!
  1572.  
  1573. Heading5Style!
  1574.  
  1575. Heading6Style!
  1576.  
  1577. Heading7Style!
  1578.  
  1579. Heading8Style!
  1580.  
  1581. MonospacedStyle!
  1582.  
  1583. CustomHTMLStyle!
  1584.  
  1585. PreformattedStyle!
  1586.  
  1587. AddressStyle!
  1588.  
  1589. QuotationsOutlnStyle!
  1590.  
  1591. DefinitionsOutlnStyle!
  1592.  
  1593. Quotation1Style!
  1594.  
  1595. Quotation2Style!
  1596.  
  1597. Quotation3Style!
  1598.  
  1599. Quotation4Style!
  1600.  
  1601. Quotation5Style!
  1602.  
  1603. Quotation6Style!
  1604.  
  1605. Quotation7Style!
  1606.  
  1607. Quotation8Style!
  1608.  
  1609. Definition1Style!
  1610.  
  1611. Definition2Style!
  1612.  
  1613. Definition3Style!
  1614.  
  1615. Definition4Style!
  1616.  
  1617. Definition5Style!
  1618.  
  1619. Definition6Style!
  1620.  
  1621. Definition7Style!
  1622.  
  1623. Definition8Style!
  1624.  
  1625. Level9Style!
  1626.  
  1627. Legal9Style!
  1628.  
  1629. Heading9Style!
  1630.  
  1631. Quotation9Style!
  1632.  
  1633. DefinitionStyle!    0
  1634.  
  1635. 16
  1636.  
  1637. 17
  1638.  
  1639. 18
  1640.  
  1641. 19
  1642.  
  1643. 20
  1644.  
  1645. 21
  1646.  
  1647. 22
  1648.  
  1649. 23
  1650.  
  1651. 24
  1652.  
  1653. 25
  1654.  
  1655. 26
  1656.  
  1657. 27
  1658.  
  1659. 28
  1660.  
  1661. 29
  1662.  
  1663. 30
  1664.  
  1665. 31
  1666.  
  1667. 32
  1668.  
  1669. 33
  1670.  
  1671. 34
  1672.  
  1673. 35
  1674.  
  1675. 36
  1676.  
  1677. 37
  1678.  
  1679. 38
  1680.  
  1681. 39
  1682.  
  1683. 40
  1684.  
  1685. 41
  1686.  
  1687. 42
  1688.  
  1689. 43
  1690.  
  1691. 44
  1692.  
  1693. 45
  1694.  
  1695. 46
  1696.  
  1697. 47
  1698.  
  1699. 48
  1700.  
  1701. 49
  1702.  
  1703. 50
  1704.  
  1705. 51
  1706.  
  1707. 52
  1708.  
  1709. 53
  1710.  
  1711. 54
  1712.  
  1713. 55
  1714.  
  1715. 56
  1716.  
  1717. 57
  1718.  
  1719. 58
  1720.  
  1721. 59
  1722.  
  1723. 60
  1724.  
  1725. 61
  1726.  
  1727. 62
  1728.  
  1729. 63
  1730.  
  1731. 64
  1732.  
  1733. 65
  1734.  
  1735. 66
  1736.  
  1737. 67
  1738.  
  1739. 68
  1740.  
  1741. 69
  1742.  
  1743. 70
  1744.  
  1745. 71
  1746.  
  1747. 72
  1748.  
  1749. 73
  1750.  
  1751. 74
  1752.  
  1753. 75
  1754.  
  1755. 76
  1756.  
  1757. 77
  1758.  
  1759. 78
  1760.  
  1761. 79
  1762.  
  1763. 80
  1764.  
  1765. 81
  1766.  
  1767. 82
  1768.  
  1769. 83
  1770.  
  1771. 84
  1772.  
  1773. 85
  1774.  
  1775. 86
  1776.  
  1777. 87
  1778.  
  1779. 88
  1780.  
  1781. 89
  1782.  
  1783. 90
  1784.  
  1785. 91
  1786.  
  1787. 92
  1788.  
  1789. 93
  1790.  
  1791. 94
  1792.  
  1793. 111
  1794.  
  1795. 112
  1796.  
  1797. 113
  1798.  
  1799. 114
  1800.  
  1801. 115
  1802.  
  1803. Library: enumeration (optional)    CurrentDoc!
  1804.  
  1805. PersonalLibrary!
  1806.  
  1807. SharedLibrary!    
  1808.  
  1809. OutlineStyleDescription
  1810.  
  1811. Syntax
  1812.  
  1813. OutlineStyleDescription(Description As String)
  1814.  
  1815. Description
  1816.  
  1817. Create an outline style description.
  1818.  
  1819. Parameters
  1820.  
  1821. Description: string    The description of the outline style.
  1822.  
  1823. OutlineStyleEditBegin
  1824.  
  1825. Syntax
  1826.  
  1827. OutlineStyleEditBegin(Style, [Library As _OutlineStyleEditBegin_Library_enum])
  1828.  
  1829. Description
  1830.  
  1831. Begin editing an outline style. You must pass the numeric value of the style.
  1832.  
  1833. Parameters
  1834.  
  1835. Style: any    NormalStyle!
  1836.  
  1837. FootnoteNumberInDocumentStyle!
  1838.  
  1839. EndnoteNumberInDocumentStyle!
  1840.  
  1841. FigureNumberStyle!
  1842.  
  1843. TableBoxNumberStyle!
  1844.  
  1845. TextBoxNumberStyle!
  1846.  
  1847. UserBoxNumberStyle!
  1848.  
  1849. EquationNumberStyle!
  1850.  
  1851. HypertextStyle!
  1852.  
  1853. ToC1Style!
  1854.  
  1855. ToC2Style!
  1856.  
  1857. ToC3Style!
  1858.  
  1859. ToC4Style!
  1860.  
  1861. ToC5Style!
  1862.  
  1863. Index1Style!
  1864.  
  1865. Index2Style!
  1866.  
  1867. ListStyle!
  1868.  
  1869. ToAStyle!
  1870.  
  1871. DocStyle!
  1872.  
  1873. BoxTextStyle!
  1874.  
  1875. CaptionStyle!
  1876.  
  1877. FootnoteStyle!
  1878.  
  1879. EndnoteStyle!
  1880.  
  1881. CommentStyle!
  1882.  
  1883. HeaderAStyle!
  1884.  
  1885. HeaderBStyle!
  1886.  
  1887. FooterAStyle!
  1888.  
  1889. FooterBStyle!
  1890.  
  1891. WatermarkAStyle!
  1892.  
  1893. WatermarkBStyle!AddressStyle!
  1894.  
  1895. ParagraphOutlnStyle!
  1896.  
  1897. OutlineStyle!
  1898.  
  1899. LegalOutlnStyle!
  1900.  
  1901. BulletsOutlnStyle!
  1902.  
  1903. HeadingsOutlnStyle!
  1904.  
  1905. Legal_2OutlnStyle!
  1906.  
  1907. NumbersOutlnStyle!
  1908.  
  1909. Level1Style!
  1910.  
  1911. Level2Style!
  1912.  
  1913. Level3Style!
  1914.  
  1915. Level4Style!
  1916.  
  1917. Level5Style!
  1918.  
  1919. Level6Style!
  1920.  
  1921. Level7Style!
  1922.  
  1923. Level8Style!
  1924.  
  1925. Legal1Style!
  1926.  
  1927. Legal2Style!
  1928.  
  1929. Legal3Style!
  1930.  
  1931. Legal4Style!
  1932.  
  1933. Legal5Style!
  1934.  
  1935. Legal6Style!
  1936.  
  1937. Legal7Style!
  1938.  
  1939. Legal8Style!
  1940.  
  1941. Heading1Style!
  1942.  
  1943. Heading2Style!
  1944.  
  1945. Heading3Style!
  1946.  
  1947. Heading4Style!
  1948.  
  1949. Heading5Style!
  1950.  
  1951. Heading6Style!
  1952.  
  1953. Heading7Style!
  1954.  
  1955. Heading8Style!
  1956.  
  1957. MonospacedStyle!
  1958.  
  1959. CustomHTMLStyle!
  1960.  
  1961. PreformattedStyle!
  1962.  
  1963. AddressStyle!
  1964.  
  1965. QuotationsOutlnStyle!
  1966.  
  1967. DefinitionsOutlnStyle!
  1968.  
  1969. Quotation1Style!
  1970.  
  1971. Quotation2Style!
  1972.  
  1973. Quotation3Style!
  1974.  
  1975. Quotation4Style!
  1976.  
  1977. Quotation5Style!
  1978.  
  1979. Quotation6Style!
  1980.  
  1981. Quotation7Style!
  1982.  
  1983. Quotation8Style!
  1984.  
  1985. Definition1Style!
  1986.  
  1987. Definition2Style!
  1988.  
  1989. Definition3Style!
  1990.  
  1991. Definition4Style!
  1992.  
  1993. Definition5Style!
  1994.  
  1995. Definition6Style!
  1996.  
  1997. Definition7Style!
  1998.  
  1999. Definition8Style!
  2000.  
  2001. Level9Style!
  2002.  
  2003. Legal9Style!
  2004.  
  2005. Heading9Style!
  2006.  
  2007. Quotation9Style!
  2008.  
  2009. DefinitionStyle!    0
  2010.  
  2011. 16
  2012.  
  2013. 17
  2014.  
  2015. 18
  2016.  
  2017. 19
  2018.  
  2019. 20
  2020.  
  2021. 21
  2022.  
  2023. 22
  2024.  
  2025. 23
  2026.  
  2027. 24
  2028.  
  2029. 25
  2030.  
  2031. 26
  2032.  
  2033. 27
  2034.  
  2035. 28
  2036.  
  2037. 29
  2038.  
  2039. 30
  2040.  
  2041. 31
  2042.  
  2043. 32
  2044.  
  2045. 33
  2046.  
  2047. 34
  2048.  
  2049. 35
  2050.  
  2051. 36
  2052.  
  2053. 37
  2054.  
  2055. 38
  2056.  
  2057. 39
  2058.  
  2059. 40
  2060.  
  2061. 41
  2062.  
  2063. 42
  2064.  
  2065. 43
  2066.  
  2067. 44
  2068.  
  2069. 45
  2070.  
  2071. 46
  2072.  
  2073. 47
  2074.  
  2075. 48
  2076.  
  2077. 49
  2078.  
  2079. 50
  2080.  
  2081. 51
  2082.  
  2083. 52
  2084.  
  2085. 53
  2086.  
  2087. 54
  2088.  
  2089. 55
  2090.  
  2091. 56
  2092.  
  2093. 57
  2094.  
  2095. 58
  2096.  
  2097. 59
  2098.  
  2099. 60
  2100.  
  2101. 61
  2102.  
  2103. 62
  2104.  
  2105. 63
  2106.  
  2107. 64
  2108.  
  2109. 65
  2110.  
  2111. 66
  2112.  
  2113. 67
  2114.  
  2115. 68
  2116.  
  2117. 69
  2118.  
  2119. 70
  2120.  
  2121. 71
  2122.  
  2123. 72
  2124.  
  2125. 73
  2126.  
  2127. 74
  2128.  
  2129. 75
  2130.  
  2131. 76
  2132.  
  2133. 77
  2134.  
  2135. 78
  2136.  
  2137. 79
  2138.  
  2139. 80
  2140.  
  2141. 81
  2142.  
  2143. 82
  2144.  
  2145. 83
  2146.  
  2147. 84
  2148.  
  2149. 85
  2150.  
  2151. 86
  2152.  
  2153. 87
  2154.  
  2155. 88
  2156.  
  2157. 89
  2158.  
  2159. 90
  2160.  
  2161. 91
  2162.  
  2163. 92
  2164.  
  2165. 93
  2166.  
  2167. 94
  2168.  
  2169. 111
  2170.  
  2171. 112
  2172.  
  2173. 113
  2174.  
  2175. 114
  2176.  
  2177. 115
  2178.  
  2179. Library: enumeration (optional)    CurrentDoc!
  2180.  
  2181. PersonalLibrary!
  2182.  
  2183. SharedLibrary!    
  2184.  
  2185. OutlineStyleEditEnd
  2186.  
  2187. Syntax
  2188.  
  2189.  OutlineStyleEditEnd(State As _OutlineStyleEditEnd_State_enum)
  2190.  
  2191. Description
  2192.  
  2193. Save the outline style changes.
  2194.  
  2195. Parameters
  2196.  
  2197. State: enumeration    Cancel!
  2198.  
  2199. Save!
  2200.  
  2201. OutlineStyleLeadingZeros
  2202.  
  2203. Syntax
  2204.  
  2205. ( OutlineStyleLeadingZeros(Level As Integer, Zeros As Integer)
  2206.  
  2207. Description
  2208.  
  2209. Lets you specify the number of leading zeros for each level of an outline style.
  2210.  
  2211. Parameters
  2212.  
  2213. Level: numeric    The level
  2214.  
  2215. Zeros: numeric    The number of leading zeros
  2216.  
  2217. OutlineStyleLevel
  2218.  
  2219. Syntax
  2220.  
  2221. OutlineStyleLevel(Level As Integer, Style)
  2222.  
  2223. Description
  2224.  
  2225. Specify an outline level and style. You must pass the numeric value for the style.
  2226.  
  2227. Parameters
  2228.  
  2229. Level: numeric    Value: 1-8.    
  2230.  
  2231. Style: any    NormalStyle!
  2232.  
  2233. FootnoteNumberInDocumentStyle!
  2234.  
  2235. EndnoteNumberInDocumentStyle!
  2236.  
  2237. FigureNumberStyle!
  2238.  
  2239. TableBoxNumberStyle!
  2240.  
  2241. TextBoxNumberStyle!
  2242.  
  2243. UserBoxNumberStyle!
  2244.  
  2245. EquationNumberStyle!
  2246.  
  2247. HypertextStyle!
  2248.  
  2249. ToC1Style!
  2250.  
  2251. ToC2Style!
  2252.  
  2253. ToC3Style!
  2254.  
  2255. ToC4Style!
  2256.  
  2257. ToC5Style!
  2258.  
  2259. Index1Style!
  2260.  
  2261. Index2Style!
  2262.  
  2263. ListStyle!
  2264.  
  2265. ToAStyle!
  2266.  
  2267. DocStyle!
  2268.  
  2269. BoxTextStyle!
  2270.  
  2271. CaptionStyle!
  2272.  
  2273. FootnoteStyle!
  2274.  
  2275. EndnoteStyle!
  2276.  
  2277. CommentStyle!
  2278.  
  2279. HeaderAStyle!
  2280.  
  2281. HeaderBStyle!
  2282.  
  2283. FooterAStyle!
  2284.  
  2285. FooterBStyle!
  2286.  
  2287. WatermarkAStyle!
  2288.  
  2289. WatermarkBStyle!AddressStyle!
  2290.  
  2291. ParagraphOutlnStyle!
  2292.  
  2293. OutlineStyle!
  2294.  
  2295. LegalOutlnStyle!
  2296.  
  2297. BulletsOutlnStyle!
  2298.  
  2299. HeadingsOutlnStyle!
  2300.  
  2301. Legal_2OutlnStyle!
  2302.  
  2303. NumbersOutlnStyle!
  2304.  
  2305. Level1Style!
  2306.  
  2307. Level2Style!
  2308.  
  2309. Level3Style!
  2310.  
  2311. Level4Style!
  2312.  
  2313. Level5Style!
  2314.  
  2315. Level6Style!
  2316.  
  2317. Level7Style!
  2318.  
  2319. Level8Style!
  2320.  
  2321. Legal1Style!
  2322.  
  2323. Legal2Style!
  2324.  
  2325. Legal3Style!
  2326.  
  2327. Legal4Style!
  2328.  
  2329. Legal5Style!
  2330.  
  2331. Legal6Style!
  2332.  
  2333. Legal7Style!
  2334.  
  2335. Legal8Style!
  2336.  
  2337. Heading1Style!
  2338.  
  2339. Heading2Style!
  2340.  
  2341. Heading3Style!
  2342.  
  2343. Heading4Style!
  2344.  
  2345. Heading5Style!
  2346.  
  2347. Heading6Style!
  2348.  
  2349. Heading7Style!
  2350.  
  2351. Heading8Style!
  2352.  
  2353. MonospacedStyle!
  2354.  
  2355. CustomHTMLStyle!
  2356.  
  2357. PreformattedStyle!
  2358.  
  2359. AddressStyle!
  2360.  
  2361. QuotationsOutlnStyle!
  2362.  
  2363. DefinitionsOutlnStyle!
  2364.  
  2365. Quotation1Style!
  2366.  
  2367. Quotation2Style!
  2368.  
  2369. Quotation3Style!
  2370.  
  2371. Quotation4Style!
  2372.  
  2373. Quotation5Style!
  2374.  
  2375. Quotation6Style!
  2376.  
  2377. Quotation7Style!
  2378.  
  2379. Quotation8Style!
  2380.  
  2381. Definition1Style!
  2382.  
  2383. Definition2Style!
  2384.  
  2385. Definition3Style!
  2386.  
  2387. Definition4Style!
  2388.  
  2389. Definition5Style!
  2390.  
  2391. Definition6Style!
  2392.  
  2393. Definition7Style!
  2394.  
  2395. Definition8Style!
  2396.  
  2397. Level9Style!
  2398.  
  2399. Legal9Style!
  2400.  
  2401. Heading9Style!
  2402.  
  2403. Quotation9Style!
  2404.  
  2405. DefinitionStyle!    0
  2406.  
  2407. 16
  2408.  
  2409. 17
  2410.  
  2411. 18
  2412.  
  2413. 19
  2414.  
  2415. 20
  2416.  
  2417. 21
  2418.  
  2419. 22
  2420.  
  2421. 23
  2422.  
  2423. 24
  2424.  
  2425. 25
  2426.  
  2427. 26
  2428.  
  2429. 27
  2430.  
  2431. 28
  2432.  
  2433. 29
  2434.  
  2435. 30
  2436.  
  2437. 31
  2438.  
  2439. 32
  2440.  
  2441. 33
  2442.  
  2443. 34
  2444.  
  2445. 35
  2446.  
  2447. 36
  2448.  
  2449. 37
  2450.  
  2451. 38
  2452.  
  2453. 39
  2454.  
  2455. 40
  2456.  
  2457. 41
  2458.  
  2459. 42
  2460.  
  2461. 43
  2462.  
  2463. 44
  2464.  
  2465. 45
  2466.  
  2467. 46
  2468.  
  2469. 47
  2470.  
  2471. 48
  2472.  
  2473. 49
  2474.  
  2475. 50
  2476.  
  2477. 51
  2478.  
  2479. 52
  2480.  
  2481. 53
  2482.  
  2483. 54
  2484.  
  2485. 55
  2486.  
  2487. 56
  2488.  
  2489. 57
  2490.  
  2491. 58
  2492.  
  2493. 59
  2494.  
  2495. 60
  2496.  
  2497. 61
  2498.  
  2499. 62
  2500.  
  2501. 63
  2502.  
  2503. 64
  2504.  
  2505. 65
  2506.  
  2507. 66
  2508.  
  2509. 67
  2510.  
  2511. 68
  2512.  
  2513. 69
  2514.  
  2515. 70
  2516.  
  2517. 71
  2518.  
  2519. 72
  2520.  
  2521. 73
  2522.  
  2523. 74
  2524.  
  2525. 75
  2526.  
  2527. 76
  2528.  
  2529. 77
  2530.  
  2531. 78
  2532.  
  2533. 79
  2534.  
  2535. 80
  2536.  
  2537. 81
  2538.  
  2539. 82
  2540.  
  2541. 83
  2542.  
  2543. 84
  2544.  
  2545. 85
  2546.  
  2547. 86
  2548.  
  2549. 87
  2550.  
  2551. 88
  2552.  
  2553. 89
  2554.  
  2555. 90
  2556.  
  2557. 91
  2558.  
  2559. 92
  2560.  
  2561. 93
  2562.  
  2563. 94
  2564.  
  2565. 111
  2566.  
  2567. 112
  2568.  
  2569. 113
  2570.  
  2571. 114
  2572.  
  2573. 115
  2574.  
  2575. OutlineStyleNumberFormat
  2576.  
  2577. Syntax
  2578.  
  2579. OutlineStyleNumberFormat(Level As Integer, Format As String)
  2580.  
  2581. Description
  2582.  
  2583. Specify the numbering format for each level of a selected outline style.
  2584.  
  2585. Parameters
  2586.  
  2587. Level: numeric    Value: 1-8.
  2588.  
  2589. Format: string    The numbering format for each outline level. Select a system format, or type a character expression to specify the format.
  2590.  
  2591. OutlineStyleNumbersOnly
  2592.  
  2593. Syntax
  2594.  
  2595. OutlineStyleNumbersOnly(State As _OutlineStyleNumbersOnly_State_enum)
  2596.  
  2597. Description
  2598.  
  2599. Apply the Numbers Only format to a selected outline.
  2600.  
  2601. Parameters
  2602.  
  2603. State: enumeration    No!
  2604.  
  2605. Yes!
  2606.  
  2607. OutlineStyleRename
  2608.  
  2609. Syntax
  2610.  
  2611.  OutlineStyleRename(Name As String)
  2612.  
  2613. Description
  2614.  
  2615. Rename a user-defined outline style.
  2616.  
  2617. Parameters
  2618.  
  2619. Name: string    The new style name.
  2620.  
  2621. OutlineStyleRetrieve
  2622.  
  2623. Syntax
  2624.  
  2625. OutlineStyleRetrieve(Filename As String, Type As _OutlineStyleRetrieve_Type_enum, [Library As _OutlineStyleRetrieve_Library_enum])
  2626.  
  2627. Description
  2628.  
  2629. Retrieve an outline style.
  2630.  
  2631. Parameters
  2632.  
  2633. Filename: string    The filename of the outline style.
  2634.  
  2635. Type: enumeration    AllStyles!
  2636.  
  2637. SystemStyles!
  2638.  
  2639. UserStyles!
  2640.  
  2641. Library: enumeration(optional)    CurrentDoc!
  2642.  
  2643. PersonalLibrary!
  2644.  
  2645. SharedLibrary!
  2646.  
  2647. OutlineStyleSave
  2648.  
  2649. Syntax
  2650.  
  2651. OutlineStyleSave(Filename As String, Type As _OutlineStyleSave_Type_enum, [Library As _OutlineStyleSave_Library_enum])
  2652.  
  2653. Description
  2654.  
  2655. Save an outline style.
  2656.  
  2657. Parameters
  2658.  
  2659. Filename: string    The filename of the outline style.
  2660.  
  2661. Type: enumeration    UserStyles!
  2662.  
  2663. SystemStyles!
  2664.  
  2665. AllStyles! 
  2666.  
  2667. Library: enumeration (optional)    CurrentDoc!
  2668.  
  2669. PersonalLibrary!
  2670.  
  2671. SharedLibrary!
  2672.  
  2673. OutlineStyleSelect
  2674.  
  2675. Syntax
  2676.  
  2677. OutlineStyleSelect(Style)
  2678.  
  2679. Description
  2680.  
  2681. Select an outline style. You musty pass the numeric value for the style.
  2682.  
  2683. Parameters
  2684.  
  2685. Style: any    Use a string to specify a user-defined style.
  2686.  
  2687. AddressStyle!
  2688.  
  2689. BoxTextStyle!
  2690.  
  2691. BulletsOutlnStyle!
  2692.  
  2693. CaptionStyle!
  2694.  
  2695. CommentStyle!
  2696.  
  2697. CustomHTMLStyle!
  2698.  
  2699. Definition1Style!
  2700.  
  2701. Definition2Style!
  2702.  
  2703. Definition3Style!
  2704.  
  2705. Definition4Style!
  2706.  
  2707. Definition5Style!
  2708.  
  2709. Definition6Style!
  2710.  
  2711. Definition7Style!
  2712.  
  2713. Definition8Style!
  2714.  
  2715. DefinitionsOutlnStyle!
  2716.  
  2717. DocStyle!
  2718.  
  2719. EndnoteNumberInDocumentStyle!
  2720.  
  2721. EndnoteStyle!
  2722.  
  2723. EquationNumberStyle!
  2724.  
  2725. FigureNumberStyle!
  2726.  
  2727. FooterAStyle!
  2728.  
  2729. FooterBStyle!
  2730.  
  2731. FootnoteNumberInDocumentStyle!
  2732.  
  2733. FootnoteStyle!
  2734.  
  2735. HeaderAStyle!
  2736.  
  2737. HeaderBStyle!
  2738.  
  2739. Heading1Style!
  2740.  
  2741. Heading2Style!
  2742.  
  2743. Heading3Style!
  2744.  
  2745. Heading4Style!
  2746.  
  2747. Heading5Style!
  2748.  
  2749. Heading6Style!
  2750.  
  2751. Heading7Style!
  2752.  
  2753. Heading8Style!
  2754.  
  2755. HeadingsOutlnStyle!
  2756.  
  2757. HypertextStyle!
  2758.  
  2759. Index1Style!
  2760.  
  2761. Index2Style!
  2762.  
  2763. Legal_2OutlnStyle!
  2764.  
  2765. Legal1Style!
  2766.  
  2767. Legal2Style!
  2768.  
  2769. Legal3Style!
  2770.  
  2771. Legal4Style!
  2772.  
  2773. Legal5Style!
  2774.  
  2775. Legal6Style!
  2776.  
  2777. Legal7Style!
  2778.  
  2779. Legal8Style!
  2780.  
  2781. LegalOutlnStyle!
  2782.  
  2783. Level1Style!
  2784.  
  2785. Level2Style!
  2786.  
  2787. Level3Style!
  2788.  
  2789. Level4Style!
  2790.  
  2791. Level5Style!
  2792.  
  2793. Level6Style!
  2794.  
  2795. Level7Style!
  2796.  
  2797. Level8Style!
  2798.  
  2799. ListStyle!
  2800.  
  2801. MonospacedStyle!
  2802.  
  2803. NormalStyle!
  2804.  
  2805. NumbersOutlnStyle!
  2806.  
  2807. OutlineStyle!
  2808.  
  2809. ParagraphOutlnStyle!
  2810.  
  2811. PreformattedStyle!
  2812.  
  2813. Quotation1Style!
  2814.  
  2815. Quotation2Style!
  2816.  
  2817. Quotation3Style!
  2818.  
  2819. Quotation4Style!
  2820.  
  2821. Quotation5Style!
  2822.  
  2823. Quotation6Style!
  2824.  
  2825. Quotation7Style!
  2826.  
  2827. Quotation8Style!
  2828.  
  2829. QuotationsOutlnStyle!
  2830.  
  2831. TableBoxNumberStyle!
  2832.  
  2833. TextBoxNumberStyle!
  2834.  
  2835. ToAStyle!
  2836.  
  2837. ToC1Style!
  2838.  
  2839. ToC2Style!
  2840.  
  2841. ToC3Style!
  2842.  
  2843. ToC4Style!
  2844.  
  2845. ToC5Style!
  2846.  
  2847. UserBoxNumberStyle!
  2848.  
  2849. WatermarkAStyle!
  2850.  
  2851. WatermarkBStyle!    
  2852.  
  2853. 0
  2854.  
  2855. 16
  2856.  
  2857. 17
  2858.  
  2859. 18
  2860.  
  2861. 19
  2862.  
  2863. 20
  2864.  
  2865. 21
  2866.  
  2867. 22
  2868.  
  2869. 23
  2870.  
  2871. 24
  2872.  
  2873. 25
  2874.  
  2875. 26
  2876.  
  2877. 27
  2878.  
  2879. 28
  2880.  
  2881. 29
  2882.  
  2883. 30
  2884.  
  2885. 31
  2886.  
  2887. 31
  2888.  
  2889. 32
  2890.  
  2891. 33
  2892.  
  2893. 34
  2894.  
  2895. 35
  2896.  
  2897. 36
  2898.  
  2899. 37
  2900.  
  2901. 38
  2902.  
  2903. 39
  2904.  
  2905. 40
  2906.  
  2907. 41
  2908.  
  2909. 42
  2910.  
  2911. 43
  2912.  
  2913. 44
  2914.  
  2915. 45
  2916.  
  2917. 46
  2918.  
  2919. 47
  2920.  
  2921. 48
  2922.  
  2923. 49
  2924.  
  2925. 50
  2926.  
  2927. 51
  2928.  
  2929. 52
  2930.  
  2931. 53
  2932.  
  2933. 54
  2934.  
  2935. 55
  2936.  
  2937. 56
  2938.  
  2939. 57
  2940.  
  2941. 58
  2942.  
  2943. 59
  2944.  
  2945. 60
  2946.  
  2947. 61
  2948.  
  2949. 62
  2950.  
  2951. 63
  2952.  
  2953. 64
  2954.  
  2955. 65
  2956.  
  2957. 66
  2958.  
  2959. 67
  2960.  
  2961. 68
  2962.  
  2963. 69
  2964.  
  2965. 70
  2966.  
  2967. 71
  2968.  
  2969. 72
  2970.  
  2971. 73
  2972.  
  2973. 74
  2974.  
  2975. 75
  2976.  
  2977. 76
  2978.  
  2979. 77
  2980.  
  2981. 78
  2982.  
  2983. 79
  2984.  
  2985. 80
  2986.  
  2987. 81
  2988.  
  2989. 82
  2990.  
  2991. 83
  2992.  
  2993. 84
  2994.  
  2995. 85
  2996.  
  2997. 86
  2998.  
  2999. 87
  3000.  
  3001. 88
  3002.  
  3003. 89
  3004.  
  3005. 90
  3006.  
  3007. 91
  3008.  
  3009. 92
  3010.  
  3011. 93
  3012.  
  3013. 94
  3014.  
  3015. 111
  3016.  
  3017. 112
  3018.  
  3019.  
  3020.  
  3021. OutlineStyleType
  3022.  
  3023. Syntax
  3024.  
  3025. OutlineStyleType(Bullets As _OutlineStyleType_Bullets_enum, SingleLevel As _OutlineStyleType_SingleLevel_enum)
  3026.  
  3027. Description
  3028.  
  3029. Lets you specify the outline attributes.
  3030.  
  3031. Parameters
  3032.  
  3033. Bullets: enumeration    No!
  3034.  
  3035. Yes!
  3036.  
  3037. SingleLevel: enumeration    No!
  3038.  
  3039. Yes!
  3040.  
  3041. OutlineUp
  3042.  
  3043. Syntax
  3044.  
  3045. OutlineUp()
  3046.  
  3047. Description
  3048.  
  3049. Move the insertion point to the beginning of the previous outline paragraph, before indent and number codes.
  3050.  
  3051. OverstrikeCreate
  3052.  
  3053. Syntax
  3054.  
  3055. OverstrikeCreate(OvrStrkStrg As String)
  3056.  
  3057. Description
  3058.  
  3059. Create an overstrike.
  3060.  
  3061. Parameters
  3062.  
  3063. OvrStrkStrg: string    Two or more characters.
  3064.  
  3065. OverstrikeCreateDlg
  3066.  
  3067. Syntax
  3068.  
  3069. OverstrikeCreateDlg()
  3070.  
  3071. Description
  3072.  
  3073. Display the Overstrike dialog box.
  3074.  
  3075. OverstrikeEdit
  3076.  
  3077. Syntax
  3078.  
  3079. OverstrikeEdit(OvrStrkStrg As String)
  3080.  
  3081. Description
  3082.  
  3083. Replace the first overstrike to the right of the insertion point with the text in the OvrStrkStrg parameter.
  3084.  
  3085. Parameters
  3086.  
  3087. OvrStrkStrg: string    The new overstrike characters.
  3088.  
  3089.  
  3090.  
  3091.  
  3092.  
  3093.  
  3094.