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

  1. LabelsDefine
  2.  
  3. Syntax
  4.  
  5. LabelsDefine(Filename As String, LabelName As String, LabelFlags As _LabelsDefine_LabelFlags_enum, SheetWidth As Integer, SheetLength As Integer, ColumnsPerPage As Integer, RowsPerPage As Integer, LabelWidth As Integer, LabelLength As Integer, LeftOffset As Integer, TopOffset As Integer, BetweenColumns As Integer, BetweenRows As Integer, MarginLeft As Integer, MarginRight As Integer, MarginTop As Integer, MarginBottom As Integer)
  6.  
  7. Description
  8.  
  9. Create a customized labels definition.
  10.  
  11. Parameters
  12.  
  13. Filename: string    The name of the label definition file.
  14.  
  15. LabelName: string    The name of the label definition.
  16.  
  17. LabelFlags: enumeration    Laser!
  18.  
  19. LaserandTractorFed!
  20.  
  21. TractorFed!
  22.  
  23. SheetWidth: measurement    The width of the label sheet.
  24.  
  25. SheetLength: measurement    The length of the label sheet.
  26.  
  27. ColumnsPerPage: numeric    The number of columns of labels on the sheet.
  28.  
  29. RowsPerPage: numeric    The number of rows of labels on the sheet.
  30.  
  31. LabelWidth: measurement    The width of the individual labels.
  32.  
  33. LabelLength: measurement    The length of the individual labels.
  34.  
  35. LeftOffset: measurement    The distance from the left edge of the page to the left edge of the first label column.
  36.  
  37. TopOffset: measurement    The distance from the top edge of the page to the top edge of the first label row.
  38.  
  39. BetweenColumns: measurement    The amount of space between columns.
  40.  
  41. BetweenRows: measurement    The amount of space between rows.
  42.  
  43. MarginLeft: measurement    The left margin.
  44.  
  45. MarginRight: measurement    The right margin.
  46.  
  47. MarginTop: measurement    The top margin.
  48.  
  49. MarginBottom: measurement    The bottom margin.
  50.  
  51. LabelsDelete
  52.  
  53. Syntax
  54.  
  55. LabelsDelete(Filename As String, LabelName As String
  56.  
  57. Description
  58.  
  59. Delete a labels definition.
  60.  
  61. Parameters
  62.  
  63. Filename: string    The filename of the label definition file.
  64.  
  65. LabelName: string    The name of the label definition.
  66.  
  67. LabelsDlg
  68.  
  69. Syntax
  70.  
  71. LabelsDlg()
  72.  
  73. Description
  74.  
  75. Display the Labels dialog box.
  76.  
  77. LabelsFileCreate
  78.  
  79. Syntax
  80.  
  81.  LabelsFileCreate(Filename As String)
  82.  
  83. Description
  84.  
  85. Create a labels file.
  86.  
  87. Parameters
  88.  
  89. Filename: string    The filename of the label file.
  90.  
  91. LabelsFileDescription
  92.  
  93. Syntax
  94.  
  95. LabelsFileDescription(Filename As String, Description As String)
  96.  
  97. Description
  98.  
  99. Create a description for a labels file.
  100.  
  101. Parameters
  102.  
  103. Filename: string    The filename of the label file.
  104.  
  105. Description: string    The description of the label file.
  106.  
  107. LabelsFileSelect
  108.  
  109. Syntax
  110.  
  111. LabelsFileSelect(Filename As String)
  112.  
  113. Description
  114.  
  115. Select a labels file.
  116.  
  117. Parameters
  118.  
  119. Filename: string    The filename of the label file.
  120.  
  121. LabelsOff
  122.  
  123. Syntax
  124.  
  125. LabelsOff()
  126.  
  127. Description
  128.  
  129. Turn off labels mode.
  130.  
  131. LabelsSelect
  132.  
  133. Syntax
  134.  
  135. LabelsSelect(Filename As String, LabelName As String)
  136.  
  137. Description
  138.  
  139. Select a label definition.
  140.  
  141. Parameters
  142.  
  143. Filename: string    The filename of the label file.
  144.  
  145. LabelName: string    The name of the label definition.
  146.  
  147. Language
  148.  
  149. Syntax
  150.  
  151. Language(Language As String)
  152.  
  153. Description
  154.  
  155. Specify a language for a document or a selection of text.
  156.  
  157. Parameters
  158.  
  159. Language: string    Two characters that specify a language.
  160.  
  161. LanguageDlg
  162.  
  163. Syntax
  164.  
  165. LanguageDlg()
  166.  
  167. Description
  168.  
  169. Display the Language dialog box.
  170.  
  171. LaunchOnlineService
  172.  
  173. Syntax
  174.  
  175. LaunchOnlineService(ProgramPath As String, Address As String)
  176.  
  177. Description
  178.  
  179. Start an online service and specify an address.
  180.  
  181. Parameters
  182.  
  183. ProgramPath: string    The path and filename of an online service program.
  184.  
  185. Address: string    The URL to open in your browser.
  186.  
  187. Leading
  188.  
  189. Syntax
  190.  
  191. Leading(Adjustment As Integer)
  192.  
  193. Description
  194.  
  195. Specify the leading adjustment.
  196.  
  197. Parameters
  198.  
  199. Adjustment: measurement    The amount of adjustment.
  200.  
  201. LineBreak
  202.  
  203. Syntax
  204.  
  205. LineBreak()
  206.  
  207. Description
  208.  
  209. Insert a Ln Brk (Line Break) code at the insertion point. This method begins a new line without ending the paragraph. It was created for use in Web documents, but it also works in regular documents.
  210.  
  211. LineCreateDlg
  212.  
  213. Syntax
  214.  
  215. LineCreateDlg()
  216.  
  217. Description
  218.  
  219. Display the Create Graphics Line dialog box.
  220.  
  221. LineEditDlg
  222.  
  223. Syntax
  224.  
  225. LineEditDlg()
  226.  
  227. Description
  228.  
  229. Display the Edit Graphics Line dialog box.
  230.  
  231. LineHeight
  232.  
  233. Syntax
  234.  
  235.  LineHeight(Height, [Minimum As Integer])
  236.  
  237. Description
  238.  
  239. Specify the line height, measured from baseline to baseline in single-spaced text. Fixed line height: specify unit of measurement by preceding LineHeight with DEFAULTUNITS or by specifying a unit of measurement identifier (", c, p, w) in the Height parameter. Auto line height: measured as point size of the current font plus two points.
  240.  
  241. Parameters
  242.  
  243. Height: any    Select Auto! or specify a fixed line height and unit of measurement.
  244.  
  245. Auto!
  246.  
  247. Minimum: numeric {optional)    The minimum height.
  248.  
  249. LineHeightDlg
  250.  
  251. Syntax
  252.  
  253.  LineHeightDlg()()
  254.  
  255. Description
  256.  
  257. Display the Line Height dialog box.
  258.  
  259. LineHyphenationDlg
  260.  
  261. Syntax
  262.  
  263. LineHyphenationDlg()
  264.  
  265. Description
  266.  
  267. Display the Line Hyphenation dialog box.
  268.  
  269. LineNumbering
  270.  
  271. Syntax
  272.  
  273. LineNumbering(State As _LineNumbering_State_enum, [RestartAtNewPage As _LineNumbering_RestartAtNewPage_enum], [CountBlankLines As _LineNumbering_CountBlankLines_enum], [NumberColumns As _LineNumbering_NumberColumns_enum], [PositionRelativeToLeftEdge As _LineNumbering_PositionRelativeToLeftEdge_enum], [Position As Integer], [FirstPrintingNumber As Integer], [NumberInterval As Integer], [Default As _LineNumbering_Default_enum], [FontFace As String], [FontSize As Integer], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer], [AttributesOn])
  274.  
  275. Description
  276.  
  277. Turn Line Numbering on or off, and set numbering attributes. When the Default parameter is DontUseDefaultValues!, you can specify font, color, Shade, and AttributesOn parameters. You can see the values of a selected color in the Define Color Printing Palette dialog box.
  278.  
  279. Parameters
  280.  
  281. State: enumeration    Off!
  282.  
  283. On!
  284.  
  285. RestartAtNewPage: enumeration (optional)    DontRestartNumbersEachPage!
  286.  
  287. RestartNumbersEachPage!
  288.  
  289. CountBlankLines: enumeration (optional)    CountBlankLines!
  290.  
  291. DontCountBlankLines!
  292.  
  293. NumberColumns: enumeration(optional)    DontNumberAllNewspaperColumns!
  294.  
  295. NumberAllNewspaperColumns!
  296.  
  297. PositionRelativeToLeftEdge: enumeration (optional)    PosNumberFromLeftEdgeOfPaper!
  298.  
  299. PosNumberFromLeftMargin!
  300.  
  301. Position: measurement (optional)    Where to print line numbers.
  302.  
  303. FirstPrintingNumber: numeric (optional)    The first number that prints.
  304.  
  305. NumberInterval: numeric (optional)    The intervals between numbers.
  306.  
  307. Default: enumeration (optional)    DontUseDefaultValues!
  308.  
  309. UseDefaultValues!
  310.  
  311. FontFace: string (optional)    The font face to use for numbers.
  312.  
  313. FontSize: measurement (optional)    The font size to use for numbers.
  314.  
  315. Red: numeric (optional)    Value: 0-255.
  316.  
  317. Green: numeric (optional)    Value: 0-255.
  318.  
  319. Blue: numeric (optional)    Value: 0-255.
  320.  
  321. Shade: numeric (optional)    Percent: 0-100.
  322.  
  323. AttributesOn: enumeration (optional)    Bold!
  324.  
  325. DoubleUnderline!
  326.  
  327. ExtraLarge!
  328.  
  329. Fine!
  330.  
  331. Italics!
  332.  
  333. Large!
  334.  
  335. Outline!
  336.  
  337. Redline!
  338.  
  339. Shadow!
  340.  
  341. Small!
  342.  
  343. SmallCaps!
  344.  
  345. Strikeout!
  346.  
  347. Subscript!
  348.  
  349. Superscript!
  350.  
  351. Underline!
  352.  
  353. VeryLarge!
  354.  
  355. LineNumberingDlg
  356.  
  357. Syntax
  358.  
  359. LineNumberingDlg()
  360.  
  361. Description
  362.  
  363. Display the Line Numbering dialog box.
  364.  
  365. LineNumberingMethod
  366.  
  367. Syntax
  368.  
  369. LineNumberingMethod(NumberingMethod As _LineNumberingMethod_NumberingMethod_enum)
  370.  
  371. Description
  372.  
  373. Specify a method for numbering lines.
  374.  
  375. Parameters
  376.  
  377. NumberingMethod: enumeration    LowerLetters!
  378.  
  379. LowerRoman!
  380.  
  381. Numbers!
  382.  
  383. UpperLetters!
  384.  
  385. UpperRoman!
  386.  
  387. LineNumberSet
  388.  
  389. Syntax
  390.  
  391. LineNumberSet(Number As Integer)
  392.  
  393. Description
  394.  
  395. Specify the first line number on a page.
  396.  
  397. Parameters
  398.  
  399. Number: numeric    The number to start line numbering with.
  400.  
  401. LineSegmentColor
  402.  
  403. Syntax
  404.  
  405. LineSegmentColor([ColorName As String], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer])
  406.  
  407. Description
  408.  
  409. Specify the color of a line segment. Use with methods such as LineSegmentCreate() and LineSegmentEnd().
  410.  
  411. Parameters
  412.  
  413. ColorName: string (optional)    This parameter has been left in for backward compatability with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
  414.  
  415. Red: numeric (optional)    Value: 0-255.
  416.  
  417. Green: numeric (optional)    Value: 0-255.
  418.  
  419. Blue: numeric (optional)    Value: 0-255.
  420.  
  421. Shade: numeric (optional)    Percent: 0-100. Although Shade is optional, omitting it defaults the line color to black, regardless of the other parameter values.
  422.  
  423. LineSegmentCreate
  424.  
  425. Syntax
  426.  
  427.  LineSegmentCreate(Position As Integer)
  428.  
  429. Description
  430.  
  431. Create a custom line style of stacked lines. Use with methods such as LineStyleEdit().
  432.  
  433. Parameters
  434.  
  435. Position: numeric    First (inside) position: 1.
  436.  
  437. LineSegmentDelete
  438.  
  439. Syntax
  440.  
  441.  LineSegmentDelete(Position As Integer)
  442.  
  443. Description
  444.  
  445. Delete a single line of a stacked custom line. Use with methods such as LineStyleEdit() and LineSegmentEnd().
  446.  
  447. Parameters
  448.  
  449. Position: numeric    First (inside) position: 1.
  450.  
  451. LineSegmentEdit
  452.  
  453. Syntax
  454.  
  455. LineSegmentEdit(Position As Integer)
  456.  
  457. Description
  458.  
  459. Specify a line segment to edit. Follow with editing methods and LineSegmentEnd().
  460.  
  461. Parameters
  462.  
  463. Position: numeric    First (inside) position: 0.
  464.  
  465. LineSegmentEnd
  466.  
  467. Syntax
  468.  
  469. LineSegmentEnd(State As _LineSegmentEnd_State_enum)
  470.  
  471. Description
  472.  
  473. Save or cancel changes to a line segment. Precede with LineSegmentCreate() or LineSegmentEdit().
  474.  
  475. Parameters
  476.  
  477. State: enumeration    Cancel!
  478.  
  479. Save!
  480.  
  481. LineSegmentSetUser
  482.  
  483. Syntax
  484.  
  485. LineSegmentSetUser(Onoffs As Integer)
  486.  
  487. Description
  488.  
  489. Begin the sequence that defines a custom line pattern, and specify the number of dashes and spaces in the pattern. Follow with the number of LineSegmentSetUserData() methods equal to the number of dashes and spaces specified, and by LineSegmentSetUserEnd().
  490.  
  491. Parameters
  492.  
  493. OnOffs: numeric    The number of dashes/spaces.
  494.  
  495. LineSegmentSetUserData
  496.  
  497. Syntax
  498.  
  499. (SegSize: measurement)
  500.  
  501. Description
  502.  
  503. Specify a dash or space length in a custom line pattern. Precede with LineSegmentSetUser() and follow with LineSegmentEnd().
  504.  
  505. Parameters
  506.  
  507. SegSize: measurement    The length of a dash or space.
  508.  
  509. LineSegmentSetUserEnd
  510.  
  511. Syntax
  512.  
  513. LineSegmentSetUserEnd()
  514.  
  515. Description
  516.  
  517. End the sequence that defines a custom line pattern.
  518.  
  519. LineSegmentSetWPG2
  520.  
  521. Syntax
  522.  
  523.  LineSegmentSetWPG2(Style As Integer, LineStyle As _LineSegmentSetWPG2_LineStyle_enum)
  524.  
  525. Description
  526.  
  527. Set a line segment pattern to a predefined WPG2 line pattern.
  528.  
  529. Parameters
  530.  
  531. Style: numeric    The pattern set. The only valid entry is 0.
  532.  
  533. LineStyle: enumeration    ButtonBottomRightLine!
  534.  
  535. ButtonTopLeftLine!
  536.  
  537. DashedLine!
  538.  
  539. DottedLine!
  540.  
  541. DoubleLine!
  542.  
  543. ExtraThickLine!
  544.  
  545. HeavyDoubleLine!
  546.  
  547. HeavySingleLine!
  548.  
  549. NoLine!
  550.  
  551. SingleLine!
  552.  
  553. TableDefaultLine!
  554.  
  555. ThickLine!
  556.  
  557. ThickThinLine!
  558.  
  559. ThinThickLine!
  560.  
  561. LineSegmentSpacing
  562.  
  563. Syntax
  564.  
  565. LineSegmentSpacing(Spacing As Integer)
  566.  
  567. Description
  568.  
  569. Specify the distance between lines in a stacked custom line.
  570.  
  571. Parameters
  572.  
  573. Spacing: measurement    The distance between lines.
  574.  
  575. LineSegmentWavy
  576.  
  577. Syntax
  578.  
  579.  LineSegmentWavy(LineWavy As _LineSegmentWavy_LineWavy_enum)
  580.  
  581. Description
  582.  
  583. Lets you set the waviness of a line segment
  584.  
  585. Parameters
  586.  
  587. LineWavy: enumeration    NoWavy!
  588.  
  589. SquareWavy!
  590.  
  591. PointyWavy!
  592.  
  593. BothWavy!
  594.  
  595. LineSegmentWavyWidth
  596.  
  597. Syntax
  598.  
  599. LineSegmentWavyWidth(index As Integer)
  600.  
  601. Description
  602.  
  603. Lets you set the width of a wavy line segment
  604.  
  605. Parameters
  606.  
  607. Index: numeric    The width of a wavy line segment
  608.  
  609. LineSegmentWidth
  610.  
  611. Syntax
  612.  
  613.  LineSegmentWidth(Width As Integer)
  614.  
  615. Description
  616.  
  617. Set the thickness (width) of a line segment.
  618.  
  619. Parameters
  620.  
  621. Width: measurement    The width of line segments.
  622.  
  623. LineSpacing
  624.  
  625. Syntax
  626.  
  627. LineSpacing(Spacing As Double)
  628.  
  629. Description
  630.  
  631. Specify line spacing for the current and subsequent paragraphs. When recorded, the tenths position is used. When typed, tenths is optional.
  632.  
  633. Parameters
  634.  
  635. Spacing: numeric    Amount of space between text lines.
  636.  
  637. LineSpacingDlg
  638.  
  639. Syntax
  640.  
  641. LineSpacingDlg()
  642.  
  643. Description
  644.  
  645. Display the Line Spacing dialog box.
  646.  
  647. LineStyleCopy
  648.  
  649. Syntax
  650.  
  651. LineStyleCopy(Style, FromLibrary As _LineStyleCopy_FromLibrary_enum, ToLibrary As _LineStyleCopy_ToLibrary_enum, [DestName As String])
  652.  
  653. Description
  654.  
  655. Copy a graphics line style. You must pass the numeric value of the style.
  656.  
  657. Parameters
  658.  
  659. Style: any    ButtonBottomRightLine!
  660.  
  661. ButtonTopLeftLine!
  662.  
  663. DashedLine!
  664.  
  665. DottedLine!
  666.  
  667. DoubleLine!
  668.  
  669. ExtraThickLine!
  670.  
  671. HeavyDoubleLine!
  672.  
  673. HeavySingleLine!
  674.  
  675. NoLine!
  676.  
  677. SingleLine!
  678.  
  679. TableDefaultLine!
  680.  
  681. ThickLine!
  682.  
  683. ThickThinLine!
  684.  
  685. ThinThickLine!    9
  686.  
  687. 8
  688.  
  689. 2
  690.  
  691. 3
  692.  
  693. 1
  694.  
  695. 5
  696.  
  697. 11
  698.  
  699. 10
  700.  
  701. 127
  702.  
  703. 0
  704.  
  705. 126
  706.  
  707. 4
  708.  
  709. 7
  710.  
  711. 6
  712.  
  713. FromLibrary: enumeration    CurrentDocument!
  714.  
  715. PersonalLibrary!
  716.  
  717. SharedLibrary!    0
  718.  
  719. 1
  720.  
  721. 2
  722.  
  723. ToLibrary: enumeration    CurrentDocument!
  724.  
  725. PersonalLibrary!
  726.  
  727. SharedLibrary!    0
  728.  
  729. 1
  730.  
  731. 2
  732.  
  733. DestName: string (optional)    The new line name.    
  734.  
  735. LineStyleCreate
  736.  
  737. Syntax
  738.  
  739. LineStyleCreate(Name As String, [Library As _LineStyleCreate_Library_enum])
  740.  
  741. Description
  742.  
  743. Create a graphics line style. Use with LineStyleEdit() and LineStyleEnd().
  744.  
  745. Parameters
  746.  
  747. Name: string    The name of the line style.
  748.  
  749. Library: enumeration (optional)    CurrentDoc!
  750.  
  751. PersonalLibrary!
  752.  
  753. SharedLibrary!
  754.  
  755. LineStyleDelete
  756.  
  757. Syntax
  758.  
  759. LineStyleDelete(Name, [Library As _LineStyleDelete_Library_enum])
  760.  
  761. Description
  762.  
  763. Delete a user-defined graphics line style. WordPerfect line styles cannot be deleted. You must pass the numeric value for the Name.
  764.  
  765. Parameters
  766.  
  767. Name: any    ButtonBottomRightLine!
  768.  
  769. ButtonTopLeftLine!
  770.  
  771. DashedLine!
  772.  
  773. DottedLine!
  774.  
  775. DoubleLine!
  776.  
  777. ExtraThickLine!
  778.  
  779. HeavyDoubleLine!
  780.  
  781. HeavySingleLine!
  782.  
  783. NoLine!
  784.  
  785. SingleLine!
  786.  
  787. TableDefaultLine!
  788.  
  789. ThickLine!
  790.  
  791. ThickThinLine!
  792.  
  793. ThinThickLine!    9
  794.  
  795. 8
  796.  
  797. 2
  798.  
  799. 3
  800.  
  801. 1
  802.  
  803. 5
  804.  
  805. 11
  806.  
  807. 10
  808.  
  809. 127
  810.  
  811. 0
  812.  
  813. 126
  814.  
  815. 4
  816.  
  817. 7
  818.  
  819. 6
  820.  
  821. Library: enumeration (optional)    CurrentDoc!
  822.  
  823. PersonalLibrary!
  824.  
  825. SharedLibrary!    
  826.  
  827. LineStyleEdit
  828.  
  829. Syntax
  830.  
  831. LineStyleEdit(Style, [Library As _LineStyleEdit_Library_enum])
  832.  
  833. Description
  834.  
  835. Edit a line style. Use with methods such as LineStyleCreate() and LineStyleEnd(). You must pass the numeric value for the Style.
  836.  
  837. Parameters
  838.  
  839. Style: any    ButtonBottomRightLine!
  840.  
  841. ButtonTopLeftLine!
  842.  
  843. DashedLine!
  844.  
  845. DottedLine!
  846.  
  847. DoubleLine!
  848.  
  849. ExtraThickLine!
  850.  
  851. HeavyDoubleLine!
  852.  
  853. HeavySingleLine!
  854.  
  855. NoLine!
  856.  
  857. SingleLine!
  858.  
  859. TableDefaultLine!
  860.  
  861. ThickLine!
  862.  
  863. ThickThinLine!
  864.  
  865. ThinThickLine!    9
  866.  
  867. 8
  868.  
  869. 2
  870.  
  871. 3
  872.  
  873. 1
  874.  
  875. 5
  876.  
  877. 11
  878.  
  879. 10
  880.  
  881. 127
  882.  
  883. 0
  884.  
  885. 126
  886.  
  887. 4
  888.  
  889. 7
  890.  
  891. 6
  892.  
  893. Library: enumeration (optional)    CurrentDoc!
  894.  
  895. PersonalLibrary!
  896.  
  897. SharedLibrary!    
  898.  
  899. LineStyleEnd
  900.  
  901. Syntax
  902.  
  903. LineStyleEnd(State As _LineStyleEnd_State_enum)
  904.  
  905. Description
  906.  
  907. Save or cancel changes to a graphics line style.
  908.  
  909. Parameters
  910.  
  911. State: enumeration    Cancel!
  912.  
  913. Save!
  914.  
  915. LineStyleName
  916.  
  917. Syntax
  918.  
  919. LineStyleName(LineName As String)
  920.  
  921. Description
  922.  
  923. Rename a user-defined graphics line style. WordPerfect line styles cannot be renamed. Precede with LineStyleCreate() or LineStyleEdit() and end with LineStyleEnd().
  924.  
  925. Parameters
  926.  
  927. LineName: string    The new name for the line style.
  928.  
  929. LineStyleRetrieve
  930.  
  931. Syntax
  932.  
  933. LineStyleRetrieve(Filename As String, Style As _LineStyleRetrieve_Style_enum)
  934.  
  935. Description
  936.  
  937. Retrieve all line graphics styles from the specified document or template and add to the specified style list.
  938.  
  939. Parameters
  940.  
  941. Filename: string    The path and filename of a document or template containing the styles to retrieve.
  942.  
  943. Style: enumeration    The destination for the retrieved styles. Use CurrentDoc! to add the styles to the current document style list. Use PersonalLibrary! to add the styles to the default template style list. Use SharedLibrary! to add the styles to the additional objects template style list. If an additional objects template is not specified in Files Preferences, and SharedLibrary! is used here, the method does nothing.
  944.  
  945. CurrentDoc!
  946.  
  947. PersonalLibrary!
  948.  
  949. SharedLibrary!
  950.  
  951. LineStyleSave
  952.  
  953. Syntax
  954.  
  955. LineStyleSave(Filename As String, Style As _LineStyleSave_Style_enum)
  956.  
  957. Description
  958.  
  959. Save a line style library.
  960.  
  961. Parameters
  962.  
  963. FileName: string    The filename for the new line style.
  964.  
  965. Style: enumeration    CurrentDoc!
  966.  
  967. PersonalLibrary!
  968.  
  969. SharedLibary!
  970.  
  971. ListDefineDlg
  972.  
  973. Syntax
  974.  
  975. ListDefineDlg()
  976.  
  977. Description
  978.  
  979. Display the Define List dialog box.
  980.  
  981. ListDefinition
  982.  
  983. Syntax
  984.  
  985. ListDefinition(ListName As String, [Style], [Numbering As _ListDefinition_Numbering_enum], [Counter], [NumberingFormat As String])
  986.  
  987. Description
  988.  
  989. Select a list definition and specify where to generate the list. Use ListDefinitionCreate() to create a definition. You must pass the numeric value for the Style and the Counter.
  990.  
  991. Parameters
  992.  
  993. ListName: string    Name or rename a selected list definition.    
  994.  
  995. Style: any (optional)    NormalStyle!
  996.  
  997. FootnoteNumberInDocumentStyle!
  998.  
  999. EndnoteNumberInDocumentStyle!
  1000.  
  1001. FigureNumberStyle!
  1002.  
  1003. TableBoxNumberStyle!
  1004.  
  1005. TextBoxNumberStyle!
  1006.  
  1007. UserBoxNumberStyle!
  1008.  
  1009. EquationNumberStyle!
  1010.  
  1011. HypertextStyle!
  1012.  
  1013. ToC1Style!
  1014.  
  1015. ToC2Style!
  1016.  
  1017. ToC3Style!
  1018.  
  1019. ToC4Style!
  1020.  
  1021. ToC5Style!
  1022.  
  1023. Index1Style!
  1024.  
  1025. Index2Style!
  1026.  
  1027. ListStyle!
  1028.  
  1029. ToAStyle!
  1030.  
  1031. DocStyle!
  1032.  
  1033. BoxTextStyle!
  1034.  
  1035. CaptionStyle!
  1036.  
  1037. FootnoteStyle!
  1038.  
  1039. EndnoteStyle!
  1040.  
  1041. CommentStyle!
  1042.  
  1043. HeaderAStyle!
  1044.  
  1045. HeaderBStyle!
  1046.  
  1047. FooterAStyle!
  1048.  
  1049. FooterBStyle!
  1050.  
  1051. WatermarkAStyle!
  1052.  
  1053. WatermarkBStyle!AddressStyle!
  1054.  
  1055. ParagraphOutlnStyle!
  1056.  
  1057. OutlineStyle!
  1058.  
  1059. LegalOutlnStyle!
  1060.  
  1061. BulletsOutlnStyle!
  1062.  
  1063. HeadingsOutlnStyle!
  1064.  
  1065. Legal_2OutlnStyle!
  1066.  
  1067. NumbersOutlnStyle!
  1068.  
  1069. Level1Style!
  1070.  
  1071. Level2Style!
  1072.  
  1073. Level3Style!
  1074.  
  1075. Level4Style!
  1076.  
  1077. Level5Style!
  1078.  
  1079. Level6Style!
  1080.  
  1081. Level7Style!
  1082.  
  1083. Level8Style!
  1084.  
  1085. Legal1Style!
  1086.  
  1087. Legal2Style!
  1088.  
  1089. Legal3Style!
  1090.  
  1091. Legal4Style!
  1092.  
  1093. Legal5Style!
  1094.  
  1095. Legal6Style!
  1096.  
  1097. Legal7Style!
  1098.  
  1099. Legal8Style!
  1100.  
  1101. Heading1Style!
  1102.  
  1103. Heading2Style!
  1104.  
  1105. Heading3Style!
  1106.  
  1107. Heading4Style!
  1108.  
  1109. Heading5Style!
  1110.  
  1111. Heading6Style!
  1112.  
  1113. Heading7Style!
  1114.  
  1115. Heading8Style!
  1116.  
  1117. MonospacedStyle!
  1118.  
  1119. CustomHTMLStyle!
  1120.  
  1121. PreformattedStyle!
  1122.  
  1123. AddressStyle!
  1124.  
  1125. QuotationsOutlnStyle!
  1126.  
  1127. DefinitionsOutlnStyle!
  1128.  
  1129. Quotation1Style!
  1130.  
  1131. Quotation2Style!
  1132.  
  1133. Quotation3Style!
  1134.  
  1135. Quotation4Style!
  1136.  
  1137. Quotation5Style!
  1138.  
  1139. Quotation6Style!
  1140.  
  1141. Quotation7Style!
  1142.  
  1143. Quotation8Style!
  1144.  
  1145. Definition1Style!
  1146.  
  1147. Definition2Style!
  1148.  
  1149. Definition3Style!
  1150.  
  1151. Definition4Style!
  1152.  
  1153. Definition5Style!
  1154.  
  1155. Definition6Style!
  1156.  
  1157. Definition7Style!
  1158.  
  1159. Definition8Style!
  1160.  
  1161. Level9Style!
  1162.  
  1163. Legal9Style!
  1164.  
  1165. Heading9Style!
  1166.  
  1167. Quotation9Style!
  1168.  
  1169. DefinitionStyle!     0
  1170.  
  1171. 16
  1172.  
  1173. 17
  1174.  
  1175. 18
  1176.  
  1177. 19
  1178.  
  1179. 20
  1180. 21
  1181.  
  1182. 22
  1183.  
  1184. 23
  1185.  
  1186. 24
  1187.  
  1188. 25
  1189.  
  1190. 26
  1191.  
  1192. 27
  1193.  
  1194. 28
  1195.  
  1196. 29
  1197.  
  1198. 30
  1199.  
  1200. 31
  1201.  
  1202. 32
  1203.  
  1204. 33
  1205.  
  1206. 34
  1207.  
  1208. 35
  1209.  
  1210. 36
  1211.  
  1212. 37
  1213.  
  1214. 38
  1215.  
  1216. 39
  1217.  
  1218. 40
  1219.  
  1220. 41
  1221.  
  1222. 42
  1223.  
  1224. 43
  1225.  
  1226. 44
  1227.  
  1228. 45
  1229.  
  1230. 46
  1231.  
  1232. 47
  1233.  
  1234. 48
  1235.  
  1236. 49
  1237.  
  1238. 50
  1239.  
  1240. 51
  1241.  
  1242. 52
  1243.  
  1244. 53
  1245.  
  1246. 54
  1247.  
  1248. 55
  1249.  
  1250. 56
  1251.  
  1252. 57
  1253.  
  1254. 58
  1255.  
  1256. 59
  1257.  
  1258. 60
  1259.  
  1260. 61
  1261.  
  1262. 62
  1263.  
  1264. 63
  1265.  
  1266. 64
  1267.  
  1268. 65
  1269.  
  1270. 66
  1271.  
  1272. 67
  1273.  
  1274. 68
  1275.  
  1276. 69
  1277.  
  1278. 70
  1279.  
  1280. 71
  1281.  
  1282. 72
  1283.  
  1284. 73
  1285.  
  1286. 74
  1287.  
  1288. 75
  1289.  
  1290. 76
  1291.  
  1292. 77
  1293.  
  1294. 78
  1295.  
  1296. 79
  1297.  
  1298. 80
  1299.  
  1300. 81
  1301.  
  1302. 82
  1303.  
  1304. 83
  1305.  
  1306. 84
  1307.  
  1308. 85
  1309.  
  1310. 86
  1311.  
  1312. 87
  1313.  
  1314. 88
  1315.  
  1316. 89
  1317.  
  1318. 90
  1319.  
  1320. 91
  1321.  
  1322. 92
  1323.  
  1324. 93
  1325.  
  1326. 94
  1327.  
  1328. 111
  1329.  
  1330. 112
  1331.  
  1332. 113
  1333.  
  1334. 114
  1335.  
  1336. 115
  1337.  
  1338. Numbering: enumeration optional)    The list numbering mode.
  1339.  
  1340. DefFlushRight!
  1341.  
  1342. DefFollows!
  1343.  
  1344. DefLeader!
  1345.  
  1346. DefNone!
  1347.  
  1348. DefParentheses!    
  1349.  
  1350. Counter: any (optional)    ButtonBox!
  1351.  
  1352. EquationBox!
  1353.  
  1354. FigureBox!
  1355.  
  1356. InlineEquationBox!
  1357.  
  1358. NoBox!
  1359.  
  1360. TableBox!
  1361.  
  1362. TextBox!
  1363.  
  1364. UserBox!
  1365.  
  1366. WatermarkImageBox!    5
  1367.  
  1368. 4
  1369.  
  1370. 0
  1371.  
  1372. 7
  1373.  
  1374. 127
  1375.  
  1376. 1
  1377.  
  1378. 2
  1379.  
  1380. 3
  1381.  
  1382. 6
  1383.  
  1384. NumberingFormat: string (optional)    The numbering characters.    
  1385.  
  1386. ListDefinitionCreate
  1387.  
  1388. Syntax
  1389.  
  1390. ListDefinitionCreate(ListName As String, [Style], [Numbering As _ListDefinitionCreate_Numbering_enum], [Counter], [NumberingFormat As String])
  1391.  
  1392. Description
  1393.  
  1394. Create a list definition. Follow with methods such as ListDefinitionMode() and ListDefinitionStyle().
  1395.  
  1396. Parameters
  1397.  
  1398. ListName: string    The name of the list definition.    
  1399.  
  1400. Style: any (optional)    NormalStyle!
  1401.  
  1402. FootnoteNumberInDocumentStyle!
  1403.  
  1404. EndnoteNumberInDocumentStyle!
  1405.  
  1406. FigureNumberStyle!
  1407.  
  1408. TableBoxNumberStyle!
  1409.  
  1410. TextBoxNumberStyle!
  1411.  
  1412. UserBoxNumberStyle!
  1413.  
  1414. EquationNumberStyle!
  1415.  
  1416. HypertextStyle!
  1417.  
  1418. ToC1Style!
  1419.  
  1420. ToC2Style!
  1421.  
  1422. ToC3Style!
  1423.  
  1424. ToC4Style!
  1425.  
  1426. ToC5Style!
  1427.  
  1428. Index1Style!
  1429.  
  1430. Index2Style!
  1431.  
  1432. ListStyle!
  1433.  
  1434. ToAStyle!
  1435.  
  1436. DocStyle!
  1437.  
  1438. BoxTextStyle!
  1439.  
  1440. CaptionStyle!
  1441.  
  1442. FootnoteStyle!
  1443.  
  1444. EndnoteStyle!
  1445.  
  1446. CommentStyle!
  1447.  
  1448. HeaderAStyle!
  1449.  
  1450. HeaderBStyle!
  1451.  
  1452. FooterAStyle!
  1453.  
  1454. FooterBStyle!
  1455.  
  1456. WatermarkAStyle!
  1457.  
  1458. WatermarkBStyle!AddressStyle!
  1459.  
  1460. ParagraphOutlnStyle!
  1461.  
  1462. OutlineStyle!
  1463.  
  1464. LegalOutlnStyle!
  1465.  
  1466. BulletsOutlnStyle!
  1467.  
  1468. HeadingsOutlnStyle!
  1469.  
  1470. Legal_2OutlnStyle!
  1471.  
  1472. NumbersOutlnStyle!
  1473.  
  1474. Level1Style!
  1475.  
  1476. Level2Style!
  1477.  
  1478. Level3Style!
  1479.  
  1480. Level4Style!
  1481.  
  1482. Level5Style!
  1483.  
  1484. Level6Style!
  1485.  
  1486. Level7Style!
  1487.  
  1488. Level8Style!
  1489.  
  1490. Legal1Style!
  1491.  
  1492. Legal2Style!
  1493.  
  1494. Legal3Style!
  1495.  
  1496. Legal4Style!
  1497.  
  1498. Legal5Style!
  1499.  
  1500. Legal6Style!
  1501.  
  1502. Legal7Style!
  1503.  
  1504. Legal8Style!
  1505.  
  1506. Heading1Style!
  1507.  
  1508. Heading2Style!
  1509.  
  1510. Heading3Style!
  1511.  
  1512. Heading4Style!
  1513.  
  1514. Heading5Style!
  1515.  
  1516. Heading6Style!
  1517.  
  1518. Heading7Style!
  1519.  
  1520. Heading8Style!
  1521.  
  1522. MonospacedStyle!
  1523.  
  1524. CustomHTMLStyle!
  1525.  
  1526. PreformattedStyle!
  1527.  
  1528. AddressStyle!
  1529.  
  1530. QuotationsOutlnStyle!
  1531.  
  1532. DefinitionsOutlnStyle!
  1533.  
  1534. Quotation1Style!
  1535.  
  1536. Quotation2Style!
  1537.  
  1538. Quotation3Style!
  1539.  
  1540. Quotation4Style!
  1541.  
  1542. Quotation5Style!
  1543.  
  1544. Quotation6Style!
  1545.  
  1546. Quotation7Style!
  1547.  
  1548. Quotation8Style!
  1549.  
  1550. Definition1Style!
  1551.  
  1552. Definition2Style!
  1553.  
  1554. Definition3Style!
  1555.  
  1556. Definition4Style!
  1557.  
  1558. Definition5Style!
  1559.  
  1560. Definition6Style!
  1561.  
  1562. Definition7Style!
  1563.  
  1564. Definition8Style!
  1565.  
  1566. Level9Style!
  1567.  
  1568. Legal9Style!
  1569.  
  1570. Heading9Style!
  1571.  
  1572. Quotation9Style!
  1573.  
  1574. DefinitionStyle!     0
  1575.  
  1576. 16
  1577.  
  1578. 17
  1579.  
  1580. 18
  1581.  
  1582. 19
  1583.  
  1584. 20
  1585.  
  1586. 21
  1587.  
  1588. 22
  1589.  
  1590. 23
  1591.  
  1592. 24
  1593.  
  1594. 25
  1595.  
  1596. 26
  1597.  
  1598. 27
  1599.  
  1600. 28
  1601.  
  1602. 29
  1603.  
  1604. 30
  1605.  
  1606. 31
  1607.  
  1608. 32
  1609.  
  1610. 33
  1611.  
  1612. 34
  1613.  
  1614. 35
  1615.  
  1616. 36
  1617.  
  1618. 37
  1619.  
  1620. 38
  1621.  
  1622. 39
  1623.  
  1624. 40
  1625.  
  1626. 41
  1627.  
  1628. 42
  1629.  
  1630. 43
  1631.  
  1632. 44
  1633.  
  1634. 45
  1635.  
  1636. 46
  1637.  
  1638. 47
  1639.  
  1640. 48
  1641.  
  1642. 49
  1643.  
  1644. 50
  1645.  
  1646. 51
  1647.  
  1648. 52
  1649.  
  1650. 53
  1651.  
  1652. 54
  1653.  
  1654. 55
  1655.  
  1656. 56
  1657.  
  1658. 57
  1659.  
  1660. 58
  1661.  
  1662. 59
  1663.  
  1664. 60
  1665.  
  1666. 61
  1667.  
  1668. 62
  1669.  
  1670. 63
  1671.  
  1672. 64
  1673.  
  1674. 65
  1675.  
  1676. 66
  1677.  
  1678. 67
  1679.  
  1680. 68
  1681.  
  1682. 69
  1683.  
  1684. 70
  1685.  
  1686. 71
  1687.  
  1688. 72
  1689.  
  1690. 73
  1691.  
  1692. 74
  1693.  
  1694. 75
  1695.  
  1696. 76
  1697.  
  1698. 77
  1699.  
  1700. 78
  1701.  
  1702. 79
  1703.  
  1704. 80
  1705.  
  1706. 81
  1707.  
  1708. 82
  1709.  
  1710. 83
  1711.  
  1712. 84
  1713.  
  1714. 85
  1715.  
  1716. 86
  1717.  
  1718. 87
  1719.  
  1720. 88
  1721.  
  1722. 89
  1723.  
  1724. 90
  1725.  
  1726. 91
  1727.  
  1728. 92
  1729.  
  1730. 93
  1731.  
  1732. 94
  1733.  
  1734. 111
  1735.  
  1736. 112
  1737.  
  1738. 113
  1739.  
  1740. 114
  1741.  
  1742. 115
  1743.  
  1744. Numbering: enumeration (optional)    DefFlushRight!
  1745.  
  1746. DefFollows!
  1747.  
  1748. DefLeader!
  1749.  
  1750. DefNone!
  1751.  
  1752. DefParentheses!    
  1753.  
  1754. Counter: any (optional)    ButtonBox!
  1755.  
  1756. EquationBox!
  1757.  
  1758. FigureBox!
  1759.  
  1760. InlineEquationBox!
  1761.  
  1762. NoBox!
  1763.  
  1764. TableBox!
  1765.  
  1766. TextBox!
  1767.  
  1768. UserBox!
  1769.  
  1770. WatermarkImageBox!    
  1771.  
  1772. NumberingFormat: string (optional)    The style for numbering.    
  1773.  
  1774. ListDefinitionDelete
  1775.  
  1776. Syntax
  1777.  
  1778. (ListName: string)
  1779.  
  1780. Description
  1781.  
  1782. Delete a list definition.
  1783.  
  1784. Parameters
  1785.  
  1786. ListName: string    The name of the list definition.
  1787.  
  1788. ListDefinitionEditBox
  1789.  
  1790. Syntax
  1791.  
  1792. ListDefinitionEditBox(Name As String, BoxName)
  1793.  
  1794. Description
  1795.  
  1796. Change the box type of a list definition.
  1797.  
  1798. Parameters
  1799.  
  1800. Name: string    The list definition.    
  1801.  
  1802. BoxName: any    ButtonBox!
  1803.  
  1804. EquationBox!
  1805.  
  1806. FigureBox!
  1807.  
  1808. InlineEquationBox!
  1809.  
  1810. NoBox!
  1811.  
  1812. TableBox!
  1813.  
  1814. TextBox!
  1815.  
  1816. UserBox!
  1817.  
  1818. WatermarkImageBox!    5
  1819.  
  1820. 4
  1821.  
  1822. 0
  1823.  
  1824. 7
  1825.  
  1826. 127
  1827.  
  1828. 1
  1829.  
  1830. 2
  1831.  
  1832. 3
  1833.  
  1834. 6
  1835.  
  1836. ListDefinitionMode
  1837.  
  1838. Syntax
  1839.  
  1840. ListDefinitionMode(ListName As String, [Numbering As _ListDefinitionMode_Numbering_enum])
  1841.  
  1842. Description
  1843.  
  1844. Change the numbering mode of a list definition.
  1845.  
  1846. Parameters
  1847.  
  1848. ListName: string    The name of the list definition.
  1849.  
  1850. Numbering: enumeration (optional)    DefFlushRight!
  1851.  
  1852. DefFollows!
  1853.  
  1854. DefLeader!
  1855.  
  1856. DefNone!
  1857.  
  1858. DefParentheses!
  1859.  
  1860. ListDefinitionRename
  1861.  
  1862. Syntax
  1863.  
  1864.  ListDefinitionRename(OldName As String, NewName As String)
  1865.  
  1866. Description
  1867.  
  1868. Rename a list definition.
  1869.  
  1870. Parameters
  1871.  
  1872. OldName: string    The original name of the list definition.
  1873.  
  1874. NewName: string    The new name of the list definition.
  1875.  
  1876. ListDefinitionRetrieve
  1877.  
  1878. Syntax
  1879.  
  1880. ListDefinitionRetrieve(Filename As String, ListName As String)
  1881.  
  1882. Description
  1883.  
  1884. Retrieve a list definition from a document.
  1885.  
  1886. Parameters
  1887.  
  1888. Filename: string    The filename of the list definition.
  1889.  
  1890. ListName: string    The name of the list definition.
  1891.  
  1892. ListDefinitionStyle
  1893.  
  1894. Syntax
  1895.  
  1896. ListDefinitionStyle(ListName As String, Style)
  1897.  
  1898. Description
  1899.  
  1900. Edit a list definition and change the list style.
  1901.  
  1902. Parameters
  1903.  
  1904. ListName: string    The name of the list definition.    
  1905.  
  1906. Style: any    NormalStyle!
  1907.  
  1908. FootnoteNumberInDocumentStyle!
  1909.  
  1910. EndnoteNumberInDocumentStyle!
  1911.  
  1912. FigureNumberStyle!
  1913.  
  1914. TableBoxNumberStyle!
  1915.  
  1916. TextBoxNumberStyle!
  1917.  
  1918. UserBoxNumberStyle!
  1919.  
  1920. EquationNumberStyle!
  1921.  
  1922. HypertextStyle!
  1923.  
  1924. ToC1Style!
  1925.  
  1926. ToC2Style!
  1927.  
  1928. ToC3Style!
  1929.  
  1930. ToC4Style!
  1931.  
  1932. ToC5Style!
  1933.  
  1934. Index1Style!
  1935.  
  1936. Index2Style!
  1937.  
  1938. ListStyle!
  1939.  
  1940. ToAStyle!
  1941.  
  1942. DocStyle!
  1943.  
  1944. BoxTextStyle!
  1945.  
  1946. CaptionStyle!
  1947.  
  1948. FootnoteStyle!
  1949.  
  1950. EndnoteStyle!
  1951.  
  1952. CommentStyle!
  1953.  
  1954. HeaderAStyle!
  1955.  
  1956. HeaderBStyle!
  1957.  
  1958. FooterAStyle!
  1959.  
  1960. FooterBStyle!
  1961.  
  1962. WatermarkAStyle!
  1963.  
  1964. WatermarkBStyle!AddressStyle!
  1965.  
  1966. ParagraphOutlnStyle!
  1967.  
  1968. OutlineStyle!
  1969.  
  1970. LegalOutlnStyle!
  1971.  
  1972. BulletsOutlnStyle!
  1973.  
  1974. HeadingsOutlnStyle!
  1975.  
  1976. Legal_2OutlnStyle!
  1977.  
  1978. NumbersOutlnStyle!
  1979.  
  1980. Level1Style!
  1981.  
  1982. Level2Style!
  1983.  
  1984. Level3Style!
  1985.  
  1986. Level4Style!
  1987.  
  1988. Level5Style!
  1989.  
  1990. Level6Style!
  1991.  
  1992. Level7Style!
  1993.  
  1994. Level8Style!
  1995.  
  1996. Legal1Style!
  1997.  
  1998. Legal2Style!
  1999.  
  2000. Legal3Style!
  2001.  
  2002. Legal4Style!
  2003.  
  2004. Legal5Style!
  2005.  
  2006. Legal6Style!
  2007.  
  2008. Legal7Style!
  2009.  
  2010. Legal8Style!
  2011.  
  2012. Heading1Style!
  2013.  
  2014. Heading2Style!
  2015.  
  2016. Heading3Style!
  2017.  
  2018. Heading4Style!
  2019.  
  2020. Heading5Style!
  2021.  
  2022. Heading6Style!
  2023.  
  2024. Heading7Style!
  2025.  
  2026. Heading8Style!
  2027.  
  2028. MonospacedStyle!
  2029.  
  2030. CustomHTMLStyle!
  2031.  
  2032. PreformattedStyle!
  2033.  
  2034. AddressStyle!
  2035.  
  2036. QuotationsOutlnStyle!
  2037.  
  2038. DefinitionsOutlnStyle!
  2039.  
  2040. Quotation1Style!
  2041.  
  2042. Quotation2Style!
  2043.  
  2044. Quotation3Style!
  2045.  
  2046. Quotation4Style!
  2047.  
  2048. Quotation5Style!
  2049.  
  2050. Quotation6Style!
  2051.  
  2052. Quotation7Style!
  2053.  
  2054. Quotation8Style!
  2055.  
  2056. Definition1Style!
  2057.  
  2058. Definition2Style!
  2059.  
  2060. Definition3Style!
  2061.  
  2062. Definition4Style!
  2063.  
  2064. Definition5Style!
  2065.  
  2066. Definition6Style!
  2067.  
  2068. Definition7Style!
  2069.  
  2070. Definition8Style!
  2071.  
  2072. Level9Style!
  2073.  
  2074. Legal9Style!
  2075.  
  2076. Heading9Style!
  2077.  
  2078. Quotation9Style!
  2079.  
  2080. DefinitionStyle!     0
  2081.  
  2082. 16
  2083.  
  2084. 17
  2085.  
  2086. 18
  2087.  
  2088. 19
  2089.  
  2090. 20
  2091.  
  2092. 21
  2093.  
  2094. 22
  2095.  
  2096. 23
  2097.  
  2098. 24
  2099.  
  2100. 25
  2101.  
  2102. 26
  2103.  
  2104. 27
  2105.  
  2106. 28
  2107.  
  2108. 29
  2109.  
  2110. 30
  2111.  
  2112. 31
  2113.  
  2114. 32
  2115.  
  2116. 33
  2117.  
  2118. 34
  2119.  
  2120. 35
  2121.  
  2122. 36
  2123.  
  2124. 37
  2125.  
  2126. 38
  2127.  
  2128. 39
  2129.  
  2130. 40
  2131.  
  2132. 41
  2133.  
  2134. 42
  2135.  
  2136. 43
  2137.  
  2138. 44
  2139.  
  2140. 45
  2141.  
  2142. 46
  2143.  
  2144. 47
  2145.  
  2146. 48
  2147.  
  2148. 49
  2149.  
  2150. 50
  2151.  
  2152. 51
  2153.  
  2154. 52
  2155.  
  2156. 53
  2157.  
  2158. 54
  2159.  
  2160. 55
  2161.  
  2162. 56
  2163.  
  2164. 57
  2165.  
  2166. 58
  2167.  
  2168. 59
  2169.  
  2170. 60
  2171.  
  2172. 61
  2173.  
  2174. 62
  2175.  
  2176. 63
  2177.  
  2178. 64
  2179.  
  2180. 65
  2181.  
  2182. 66
  2183.  
  2184. 67
  2185.  
  2186. 68
  2187.  
  2188. 669
  2189.  
  2190. 70
  2191.  
  2192. 71
  2193.  
  2194. 72
  2195.  
  2196. 73
  2197.  
  2198. 74
  2199.  
  2200. 75
  2201.  
  2202. 76
  2203.  
  2204. 77
  2205.  
  2206. 78
  2207.  
  2208. 79
  2209.  
  2210. 80
  2211.  
  2212. 81
  2213.  
  2214. 82
  2215.  
  2216. 83
  2217.  
  2218. 84
  2219.  
  2220. 85
  2221.  
  2222. 86
  2223.  
  2224. 87
  2225.  
  2226. 88
  2227.  
  2228. 89
  2229.  
  2230. 90
  2231.  
  2232. 91
  2233.  
  2234. 92
  2235.  
  2236. 93
  2237.  
  2238. 94
  2239.  
  2240. 95
  2241.  
  2242. 111
  2243.  
  2244. 112
  2245.  
  2246. 113
  2247.  
  2248. 114
  2249.  
  2250. ListEditPageFormat
  2251.  
  2252. Syntax
  2253.  
  2254.  ListEditPageFormat(ListName As String, NumberFormat)
  2255.  
  2256. Description
  2257.  
  2258. Edit the page-numbering format of a list definition.
  2259.  
  2260. Parameters
  2261.  
  2262. ListName: string    The name of the list definition.
  2263.  
  2264. NumberFormat: any    If there is nothing between the quotation marks, the list uses document style.
  2265.  
  2266. DocFormat!
  2267.  
  2268. ListMark
  2269.  
  2270. Syntax
  2271.  
  2272. ListMark([ListName As String])
  2273.  
  2274. Description
  2275.  
  2276. Mark the selected text as an item to add to a list when a document is generated.
  2277.  
  2278. Parameters
  2279.  
  2280. ListName: string (optional)    The name of the list.
  2281.  
  2282.  
  2283.  
  2284.  
  2285.  
  2286.  
  2287.