Aspose::Pub::ParagraphStyle class
Contents
[
Hide
]ParagraphStyle class
This class describes style of PUB paragraph.
class ParagraphStyle : public Aspose::Pub::BaseStyle
Methods
| Method | Description |
|---|---|
| get_Align() const | Alignment type. |
| get_BottomIndent() const | Bottom indent. |
| get_DefaultStyleIndex() const | Index of default text style in Document.DefaultTextStyles array. |
| get_FirstLineIndent() const | First line indent. |
| get_IsList() const | Is list paragraph. |
| get_IsOrderedList() const | Is paragraph ordered list. |
| get_LeftIndent() const | Left indent. |
| get_LineSpacingType() const | Type of line spacing. |
| get_LineSpacingValue() const | Value of line spacing. |
| get_RightIndent() const | Right indent. |
| get_TopIndent() const | Top indent value. |
| get_UnorderedListChar() const | Character for unordered list in paragraph, if paragraph is an unordered list. |
| ParagraphStyle() | Constructor. |
| SetAlignmentType(AlignmentType) | Sets alignment type. |
| SetBottomIndent(int32_t) | Sets bottom indent. |
| SetDefaultStyleIndex(int32_t) | Sets index for default text style in Document.DefaultTextStyles array. |
| SetFirstLineIndent(int32_t) | Sets first line indent. |
| SetIsList(bool) | Sets is paragraph list. |
| SetIsOrderedList(bool) | Sets whether paragraph is ordered list. |
| SetLeftIndent(int32_t) | Sets left indent. |
| SetLineSpacingType(Aspose::Pub::LineSpacingType) | Sets type of line spacing. |
| SetLineSpacingValue(double) | Sets value of line spacing. |
| SetRightIndent(int32_t) | Sets right indent. |
| SetTopIndent(int32_t) | Sets top indent. |
| SetUnorderedListChar(char16_t) | Sets character for unordered list in paragraph. |
See Also
- Class BaseStyle
- Namespace Aspose::Pub
- Library Aspose.PUB for C++