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)
Description
Create a customized labels definition.
Parameters
Filename: string The name of the label definition file.
LabelName: string The name of the label definition.
LabelFlags: enumeration Laser!
LaserandTractorFed!
TractorFed!
SheetWidth: measurement The width of the label sheet.
SheetLength: measurement The length of the label sheet.
ColumnsPerPage: numeric The number of columns of labels on the sheet.
RowsPerPage: numeric The number of rows of labels on the sheet.
LabelWidth: measurement The width of the individual labels.
LabelLength: measurement The length of the individual labels.
LeftOffset: measurement The distance from the left edge of the page to the left edge of the first label column.
TopOffset: measurement The distance from the top edge of the page to the top edge of the first label row.
BetweenColumns: measurement The amount of space between columns.
BetweenRows: measurement The amount of space between rows.
MarginLeft: measurement The left margin.
MarginRight: measurement The right margin.
MarginTop: measurement The top margin.
MarginBottom: measurement The bottom margin.
LabelsDelete
Syntax
LabelsDelete(Filename As String, LabelName As String
Description
Delete a labels definition.
Parameters
Filename: string The filename of the label definition file.
LabelName: string The name of the label definition.
LabelsDlg
Syntax
LabelsDlg()
Description
Display the Labels dialog box.
LabelsFileCreate
Syntax
LabelsFileCreate(Filename As String)
Description
Create a labels file.
Parameters
Filename: string The filename of the label file.
LabelsFileDescription
Syntax
LabelsFileDescription(Filename As String, Description As String)
Description
Create a description for a labels file.
Parameters
Filename: string The filename of the label file.
Description: string The description of the label file.
LabelsFileSelect
Syntax
LabelsFileSelect(Filename As String)
Description
Select a labels file.
Parameters
Filename: string The filename of the label file.
LabelsOff
Syntax
LabelsOff()
Description
Turn off labels mode.
LabelsSelect
Syntax
LabelsSelect(Filename As String, LabelName As String)
Description
Select a label definition.
Parameters
Filename: string The filename of the label file.
LabelName: string The name of the label definition.
Language
Syntax
Language(Language As String)
Description
Specify a language for a document or a selection of text.
Parameters
Language: string Two characters that specify a language.
LanguageDlg
Syntax
LanguageDlg()
Description
Display the Language dialog box.
LaunchOnlineService
Syntax
LaunchOnlineService(ProgramPath As String, Address As String)
Description
Start an online service and specify an address.
Parameters
ProgramPath: string The path and filename of an online service program.
Address: string The URL to open in your browser.
Leading
Syntax
Leading(Adjustment As Integer)
Description
Specify the leading adjustment.
Parameters
Adjustment: measurement The amount of adjustment.
LineBreak
Syntax
LineBreak()
Description
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.
LineCreateDlg
Syntax
LineCreateDlg()
Description
Display the Create Graphics Line dialog box.
LineEditDlg
Syntax
LineEditDlg()
Description
Display the Edit Graphics Line dialog box.
LineHeight
Syntax
LineHeight(Height, [Minimum As Integer])
Description
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.
Parameters
Height: any Select Auto! or specify a fixed line height and unit of measurement.
Auto!
Minimum: numeric {optional) The minimum height.
LineHeightDlg
Syntax
LineHeightDlg()()
Description
Display the Line Height dialog box.
LineHyphenationDlg
Syntax
LineHyphenationDlg()
Description
Display the Line Hyphenation dialog box.
LineNumbering
Syntax
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])
Description
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.
FontFace: string (optional) The font face to use for numbers.
FontSize: measurement (optional) The font size to use for numbers.
Red: numeric (optional) Value: 0-255.
Green: numeric (optional) Value: 0-255.
Blue: numeric (optional) Value: 0-255.
Shade: numeric (optional) Percent: 0-100.
AttributesOn: enumeration (optional) Bold!
DoubleUnderline!
ExtraLarge!
Fine!
Italics!
Large!
Outline!
Redline!
Shadow!
Small!
SmallCaps!
Strikeout!
Subscript!
Superscript!
Underline!
VeryLarge!
LineNumberingDlg
Syntax
LineNumberingDlg()
Description
Display the Line Numbering dialog box.
LineNumberingMethod
Syntax
LineNumberingMethod(NumberingMethod As _LineNumberingMethod_NumberingMethod_enum)
Description
Specify a method for numbering lines.
Parameters
NumberingMethod: enumeration LowerLetters!
LowerRoman!
Numbers!
UpperLetters!
UpperRoman!
LineNumberSet
Syntax
LineNumberSet(Number As Integer)
Description
Specify the first line number on a page.
Parameters
Number: numeric The number to start line numbering with.
LineSegmentColor
Syntax
LineSegmentColor([ColorName As String], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer])
Description
Specify the color of a line segment. Use with methods such as LineSegmentCreate() and LineSegmentEnd().
Parameters
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.
Red: numeric (optional) Value: 0-255.
Green: numeric (optional) Value: 0-255.
Blue: numeric (optional) Value: 0-255.
Shade: numeric (optional) Percent: 0-100. Although Shade is optional, omitting it defaults the line color to black, regardless of the other parameter values.
LineSegmentCreate
Syntax
LineSegmentCreate(Position As Integer)
Description
Create a custom line style of stacked lines. Use with methods such as LineStyleEdit().
Parameters
Position: numeric First (inside) position: 1.
LineSegmentDelete
Syntax
LineSegmentDelete(Position As Integer)
Description
Delete a single line of a stacked custom line. Use with methods such as LineStyleEdit() and LineSegmentEnd().
Parameters
Position: numeric First (inside) position: 1.
LineSegmentEdit
Syntax
LineSegmentEdit(Position As Integer)
Description
Specify a line segment to edit. Follow with editing methods and LineSegmentEnd().
Parameters
Position: numeric First (inside) position: 0.
LineSegmentEnd
Syntax
LineSegmentEnd(State As _LineSegmentEnd_State_enum)
Description
Save or cancel changes to a line segment. Precede with LineSegmentCreate() or LineSegmentEdit().
Parameters
State: enumeration Cancel!
Save!
LineSegmentSetUser
Syntax
LineSegmentSetUser(Onoffs As Integer)
Description
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().
Parameters
OnOffs: numeric The number of dashes/spaces.
LineSegmentSetUserData
Syntax
(SegSize: measurement)
Description
Specify a dash or space length in a custom line pattern. Precede with LineSegmentSetUser() and follow with LineSegmentEnd().
Parameters
SegSize: measurement The length of a dash or space.
LineSegmentSetUserEnd
Syntax
LineSegmentSetUserEnd()
Description
End the sequence that defines a custom line pattern.
LineSegmentSetWPG2
Syntax
LineSegmentSetWPG2(Style As Integer, LineStyle As _LineSegmentSetWPG2_LineStyle_enum)
Description
Set a line segment pattern to a predefined WPG2 line pattern.
Parameters
Style: numeric The pattern set. The only valid entry is 0.
LineStyle: enumeration ButtonBottomRightLine!
ButtonTopLeftLine!
DashedLine!
DottedLine!
DoubleLine!
ExtraThickLine!
HeavyDoubleLine!
HeavySingleLine!
NoLine!
SingleLine!
TableDefaultLine!
ThickLine!
ThickThinLine!
ThinThickLine!
LineSegmentSpacing
Syntax
LineSegmentSpacing(Spacing As Integer)
Description
Specify the distance between lines in a stacked custom line.
Parameters
Spacing: measurement The distance between lines.
LineSegmentWavy
Syntax
LineSegmentWavy(LineWavy As _LineSegmentWavy_LineWavy_enum)
Description
Lets you set the waviness of a line segment
Parameters
LineWavy: enumeration NoWavy!
SquareWavy!
PointyWavy!
BothWavy!
LineSegmentWavyWidth
Syntax
LineSegmentWavyWidth(index As Integer)
Description
Lets you set the width of a wavy line segment
Parameters
Index: numeric The width of a wavy line segment
LineSegmentWidth
Syntax
LineSegmentWidth(Width As Integer)
Description
Set the thickness (width) of a line segment.
Parameters
Width: measurement The width of line segments.
LineSpacing
Syntax
LineSpacing(Spacing As Double)
Description
Specify line spacing for the current and subsequent paragraphs. When recorded, the tenths position is used. When typed, tenths is optional.
Parameters
Spacing: numeric Amount of space between text lines.
LineSpacingDlg
Syntax
LineSpacingDlg()
Description
Display the Line Spacing dialog box.
LineStyleCopy
Syntax
LineStyleCopy(Style, FromLibrary As _LineStyleCopy_FromLibrary_enum, ToLibrary As _LineStyleCopy_ToLibrary_enum, [DestName As String])
Description
Copy a graphics line style. You must pass the numeric value of the style.
Parameters
Style: any ButtonBottomRightLine!
ButtonTopLeftLine!
DashedLine!
DottedLine!
DoubleLine!
ExtraThickLine!
HeavyDoubleLine!
HeavySingleLine!
NoLine!
SingleLine!
TableDefaultLine!
ThickLine!
ThickThinLine!
ThinThickLine! 9
8
2
3
1
5
11
10
127
0
126
4
7
6
FromLibrary: enumeration CurrentDocument!
PersonalLibrary!
SharedLibrary! 0
1
2
ToLibrary: enumeration CurrentDocument!
PersonalLibrary!
SharedLibrary! 0
1
2
DestName: string (optional) The new line name.
LineStyleCreate
Syntax
LineStyleCreate(Name As String, [Library As _LineStyleCreate_Library_enum])
Description
Create a graphics line style. Use with LineStyleEdit() and LineStyleEnd().
Parameters
Name: string The name of the line style.
Library: enumeration (optional) CurrentDoc!
PersonalLibrary!
SharedLibrary!
LineStyleDelete
Syntax
LineStyleDelete(Name, [Library As _LineStyleDelete_Library_enum])
Description
Delete a user-defined graphics line style. WordPerfect line styles cannot be deleted. You must pass the numeric value for the Name.
Parameters
Name: any ButtonBottomRightLine!
ButtonTopLeftLine!
DashedLine!
DottedLine!
DoubleLine!
ExtraThickLine!
HeavyDoubleLine!
HeavySingleLine!
NoLine!
SingleLine!
TableDefaultLine!
ThickLine!
ThickThinLine!
ThinThickLine! 9
8
2
3
1
5
11
10
127
0
126
4
7
6
Library: enumeration (optional) CurrentDoc!
PersonalLibrary!
SharedLibrary!
LineStyleEdit
Syntax
LineStyleEdit(Style, [Library As _LineStyleEdit_Library_enum])
Description
Edit a line style. Use with methods such as LineStyleCreate() and LineStyleEnd(). You must pass the numeric value for the Style.
Parameters
Style: any ButtonBottomRightLine!
ButtonTopLeftLine!
DashedLine!
DottedLine!
DoubleLine!
ExtraThickLine!
HeavyDoubleLine!
HeavySingleLine!
NoLine!
SingleLine!
TableDefaultLine!
ThickLine!
ThickThinLine!
ThinThickLine! 9
8
2
3
1
5
11
10
127
0
126
4
7
6
Library: enumeration (optional) CurrentDoc!
PersonalLibrary!
SharedLibrary!
LineStyleEnd
Syntax
LineStyleEnd(State As _LineStyleEnd_State_enum)
Description
Save or cancel changes to a graphics line style.
Parameters
State: enumeration Cancel!
Save!
LineStyleName
Syntax
LineStyleName(LineName As String)
Description
Rename a user-defined graphics line style. WordPerfect line styles cannot be renamed. Precede with LineStyleCreate() or LineStyleEdit() and end with LineStyleEnd().
Parameters
LineName: string The new name for the line style.
LineStyleRetrieve
Syntax
LineStyleRetrieve(Filename As String, Style As _LineStyleRetrieve_Style_enum)
Description
Retrieve all line graphics styles from the specified document or template and add to the specified style list.
Parameters
Filename: string The path and filename of a document or template containing the styles to retrieve.
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.
CurrentDoc!
PersonalLibrary!
SharedLibrary!
LineStyleSave
Syntax
LineStyleSave(Filename As String, Style As _LineStyleSave_Style_enum)
Description
Save a line style library.
Parameters
FileName: string The filename for the new line style.
Style: enumeration CurrentDoc!
PersonalLibrary!
SharedLibary!
ListDefineDlg
Syntax
ListDefineDlg()
Description
Display the Define List dialog box.
ListDefinition
Syntax
ListDefinition(ListName As String, [Style], [Numbering As _ListDefinition_Numbering_enum], [Counter], [NumberingFormat As String])
Description
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.
Parameters
ListName: string Name or rename a selected list definition.
Style: any (optional) NormalStyle!
FootnoteNumberInDocumentStyle!
EndnoteNumberInDocumentStyle!
FigureNumberStyle!
TableBoxNumberStyle!
TextBoxNumberStyle!
UserBoxNumberStyle!
EquationNumberStyle!
HypertextStyle!
ToC1Style!
ToC2Style!
ToC3Style!
ToC4Style!
ToC5Style!
Index1Style!
Index2Style!
ListStyle!
ToAStyle!
DocStyle!
BoxTextStyle!
CaptionStyle!
FootnoteStyle!
EndnoteStyle!
CommentStyle!
HeaderAStyle!
HeaderBStyle!
FooterAStyle!
FooterBStyle!
WatermarkAStyle!
WatermarkBStyle!AddressStyle!
ParagraphOutlnStyle!
OutlineStyle!
LegalOutlnStyle!
BulletsOutlnStyle!
HeadingsOutlnStyle!
Legal_2OutlnStyle!
NumbersOutlnStyle!
Level1Style!
Level2Style!
Level3Style!
Level4Style!
Level5Style!
Level6Style!
Level7Style!
Level8Style!
Legal1Style!
Legal2Style!
Legal3Style!
Legal4Style!
Legal5Style!
Legal6Style!
Legal7Style!
Legal8Style!
Heading1Style!
Heading2Style!
Heading3Style!
Heading4Style!
Heading5Style!
Heading6Style!
Heading7Style!
Heading8Style!
MonospacedStyle!
CustomHTMLStyle!
PreformattedStyle!
AddressStyle!
QuotationsOutlnStyle!
DefinitionsOutlnStyle!
Quotation1Style!
Quotation2Style!
Quotation3Style!
Quotation4Style!
Quotation5Style!
Quotation6Style!
Quotation7Style!
Quotation8Style!
Definition1Style!
Definition2Style!
Definition3Style!
Definition4Style!
Definition5Style!
Definition6Style!
Definition7Style!
Definition8Style!
Level9Style!
Legal9Style!
Heading9Style!
Quotation9Style!
DefinitionStyle! 0
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
111
112
113
114
115
Numbering: enumeration optional) The list numbering mode.
DefFlushRight!
DefFollows!
DefLeader!
DefNone!
DefParentheses!
Counter: any (optional) ButtonBox!
EquationBox!
FigureBox!
InlineEquationBox!
NoBox!
TableBox!
TextBox!
UserBox!
WatermarkImageBox! 5
4
0
7
127
1
2
3
6
NumberingFormat: string (optional) The numbering characters.
ListDefinitionCreate
Syntax
ListDefinitionCreate(ListName As String, [Style], [Numbering As _ListDefinitionCreate_Numbering_enum], [Counter], [NumberingFormat As String])
Description
Create a list definition. Follow with methods such as ListDefinitionMode() and ListDefinitionStyle().
Parameters
ListName: string The name of the list definition.
Style: any (optional) NormalStyle!
FootnoteNumberInDocumentStyle!
EndnoteNumberInDocumentStyle!
FigureNumberStyle!
TableBoxNumberStyle!
TextBoxNumberStyle!
UserBoxNumberStyle!
EquationNumberStyle!
HypertextStyle!
ToC1Style!
ToC2Style!
ToC3Style!
ToC4Style!
ToC5Style!
Index1Style!
Index2Style!
ListStyle!
ToAStyle!
DocStyle!
BoxTextStyle!
CaptionStyle!
FootnoteStyle!
EndnoteStyle!
CommentStyle!
HeaderAStyle!
HeaderBStyle!
FooterAStyle!
FooterBStyle!
WatermarkAStyle!
WatermarkBStyle!AddressStyle!
ParagraphOutlnStyle!
OutlineStyle!
LegalOutlnStyle!
BulletsOutlnStyle!
HeadingsOutlnStyle!
Legal_2OutlnStyle!
NumbersOutlnStyle!
Level1Style!
Level2Style!
Level3Style!
Level4Style!
Level5Style!
Level6Style!
Level7Style!
Level8Style!
Legal1Style!
Legal2Style!
Legal3Style!
Legal4Style!
Legal5Style!
Legal6Style!
Legal7Style!
Legal8Style!
Heading1Style!
Heading2Style!
Heading3Style!
Heading4Style!
Heading5Style!
Heading6Style!
Heading7Style!
Heading8Style!
MonospacedStyle!
CustomHTMLStyle!
PreformattedStyle!
AddressStyle!
QuotationsOutlnStyle!
DefinitionsOutlnStyle!
Quotation1Style!
Quotation2Style!
Quotation3Style!
Quotation4Style!
Quotation5Style!
Quotation6Style!
Quotation7Style!
Quotation8Style!
Definition1Style!
Definition2Style!
Definition3Style!
Definition4Style!
Definition5Style!
Definition6Style!
Definition7Style!
Definition8Style!
Level9Style!
Legal9Style!
Heading9Style!
Quotation9Style!
DefinitionStyle! 0
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
111
112
113
114
115
Numbering: enumeration (optional) DefFlushRight!
DefFollows!
DefLeader!
DefNone!
DefParentheses!
Counter: any (optional) ButtonBox!
EquationBox!
FigureBox!
InlineEquationBox!
NoBox!
TableBox!
TextBox!
UserBox!
WatermarkImageBox!
NumberingFormat: string (optional) The style for numbering.
ListDefinitionDelete
Syntax
(ListName: string)
Description
Delete a list definition.
Parameters
ListName: string The name of the list definition.
ListDefinitionEditBox
Syntax
ListDefinitionEditBox(Name As String, BoxName)
Description
Change the box type of a list definition.
Parameters
Name: string The list definition.
BoxName: any ButtonBox!
EquationBox!
FigureBox!
InlineEquationBox!
NoBox!
TableBox!
TextBox!
UserBox!
WatermarkImageBox! 5
4
0
7
127
1
2
3
6
ListDefinitionMode
Syntax
ListDefinitionMode(ListName As String, [Numbering As _ListDefinitionMode_Numbering_enum])
Description
Change the numbering mode of a list definition.
Parameters
ListName: string The name of the list definition.
Numbering: enumeration (optional) DefFlushRight!
DefFollows!
DefLeader!
DefNone!
DefParentheses!
ListDefinitionRename
Syntax
ListDefinitionRename(OldName As String, NewName As String)
Description
Rename a list definition.
Parameters
OldName: string The original name of the list definition.
NewName: string The new name of the list definition.
ListDefinitionRetrieve
Syntax
ListDefinitionRetrieve(Filename As String, ListName As String)
Description
Retrieve a list definition from a document.
Parameters
Filename: string The filename of the list definition.
ListName: string The name of the list definition.
ListDefinitionStyle
Syntax
ListDefinitionStyle(ListName As String, Style)
Description
Edit a list definition and change the list style.
Parameters
ListName: string The name of the list definition.
Style: any NormalStyle!
FootnoteNumberInDocumentStyle!
EndnoteNumberInDocumentStyle!
FigureNumberStyle!
TableBoxNumberStyle!
TextBoxNumberStyle!
UserBoxNumberStyle!
EquationNumberStyle!
HypertextStyle!
ToC1Style!
ToC2Style!
ToC3Style!
ToC4Style!
ToC5Style!
Index1Style!
Index2Style!
ListStyle!
ToAStyle!
DocStyle!
BoxTextStyle!
CaptionStyle!
FootnoteStyle!
EndnoteStyle!
CommentStyle!
HeaderAStyle!
HeaderBStyle!
FooterAStyle!
FooterBStyle!
WatermarkAStyle!
WatermarkBStyle!AddressStyle!
ParagraphOutlnStyle!
OutlineStyle!
LegalOutlnStyle!
BulletsOutlnStyle!
HeadingsOutlnStyle!
Legal_2OutlnStyle!
NumbersOutlnStyle!
Level1Style!
Level2Style!
Level3Style!
Level4Style!
Level5Style!
Level6Style!
Level7Style!
Level8Style!
Legal1Style!
Legal2Style!
Legal3Style!
Legal4Style!
Legal5Style!
Legal6Style!
Legal7Style!
Legal8Style!
Heading1Style!
Heading2Style!
Heading3Style!
Heading4Style!
Heading5Style!
Heading6Style!
Heading7Style!
Heading8Style!
MonospacedStyle!
CustomHTMLStyle!
PreformattedStyle!
AddressStyle!
QuotationsOutlnStyle!
DefinitionsOutlnStyle!
Quotation1Style!
Quotation2Style!
Quotation3Style!
Quotation4Style!
Quotation5Style!
Quotation6Style!
Quotation7Style!
Quotation8Style!
Definition1Style!
Definition2Style!
Definition3Style!
Definition4Style!
Definition5Style!
Definition6Style!
Definition7Style!
Definition8Style!
Level9Style!
Legal9Style!
Heading9Style!
Quotation9Style!
DefinitionStyle! 0
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
669
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
111
112
113
114
ListEditPageFormat
Syntax
ListEditPageFormat(ListName As String, NumberFormat)
Description
Edit the page-numbering format of a list definition.
Parameters
ListName: string The name of the list definition.
NumberFormat: any If there is nothing between the quotation marks, the list uses document style.
DocFormat!
ListMark
Syntax
ListMark([ListName As String])
Description
Mark the selected text as an item to add to a list when a document is generated.