TdxDocumentCapabilitiesOptions.ParagraphTabs Property
Specifies if an end-user can add tab stops to the horizontal ruler.
Declaration
property ParagraphTabs: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
Use this property to allow or forbid adding tab stops to the horizontal ruler.
For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.
The default value of the ParagraphTabs property is TdxDocumentCapability.Default.
See Also