Invokes the built-in dialog box for setting the formatting attributes of a paragraph.
public DialogResult ParagraphFormatDialog();
Public Function ParagraphFormatDialog() As DialogResult
public DialogResult ParagraphFormatDialog(int activeTab);
Public Function ParagraphFormatDialog(activeTab as Integer) As DialogResult
Parameter | Description |
---|---|
active |
Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened. If this parameter is 0, the dialog box shows the tab for setting alignment, line spacing, indentation and Distances, and if this parameter is 1, the dialog box shows the tab for setting a frame and pagination. |
If the dialog has been left with the Cancel button the return value is Dialog