IdxRichEditParagraphStyle.GetPrimary Method
Identifies whether the paragraph style is primary in a parent document.
Declaration
function GetPrimary: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the paragraph style is public and available via the Styles Gallery; otherwise – False. Note that TXT and HTML document export routines ignore the style’s primary status.
The GetPrimary function is the Primary property’s getter.
See Also