BackgroundColor | Gets or sets a Color object that indicates the background color of the floating box. |
Border | Gets or sets a BorderInfo object that indicates the border info of the floating box. |
BoxHeight | Gets or sets a float value that indicates the height of the floating box. |
BoxHorizontalAlignment | Gets or sets a BoxHorizontalAlignmentType object that indicates the horizontal alignment type of the floating box. |
BoxHorizontalPositioning | Gets or sets a BoxHorizontalPositioningType object that indicates the horizontal positioning type of the floating box. |
BoxVerticalAlignment | Gets or sets a BoxVerticalAlignmentType object that indicates the vertical alignment type of the floating box. |
BoxVerticalPositioning | Gets or sets a BoxVerticalPositioningType object that indicates the vertical positioning type of the floating box. |
BoxWidth | Gets or sets a float value that indicates the width of the floating box. |
ID (inherited from Paragraph) | Gets or sets a string that indicates the ID of the paragraph. |
IsDisabled (inherited from Paragraph) | Gets or sets a bool value that indicates whether this paragraph is disabled. The default value is false. If this property is set to true, this paragraph will not be rendered. |
IsFirstParagraph (inherited from Paragraph) | Gets or sets a bool value that indicates whether the paragraph is the first paragraph of a page. If this property is set to true,Aspose.Pdf will start a new page for this paragraph. |
IsFirstParagraphInColumn (inherited from Paragraph) | Gets or sets a bool value that indicates whether the paragraph be the first paragraph of a column. |
IsInList (inherited from Paragraph) | Get or set a bool value that indicates whether this paragraph is used as a list item. The default value is false. If this property is set to true, this paragraph will appear in the list when the list is constructed. |
IsKeptTogether (inherited from Paragraph) | Gets or sets a bool value that indicates whether all lines in the paragraph are to remain on the same page. Default is false. This property only affects paragraphs in section (but not in table). |
IsKeptWithNext (inherited from Paragraph) | Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false. This property only affects paragraphs in section (but ont in table) except FloatingBox, which position is set by manual. |
IsNeedRepeating | Gets or sets a bool value that indicates whether the paragraph need to be repeated on next page. Default value is false.The attribute is only valid when the paragraph itself and the object its ReferenceParagraphID referred to both are included in RepeatingRows. |
IsOnOddPage (inherited from Paragraph) | Gets or sets a bool value that indicates whether this paragraph be shown in odd page only. This property used for duplex Printing. If you want to print a paragraph in a new odd page in duplex Printing,you can set "IsFirstParagraph = true" and "IsOnOddPage = true". |
Left (inherited from Paragraph) | Gets or sets a float value that indicates the left position of the paragraph. The unit is point.
|
Margin (inherited from Paragraph) | Gets or sets MarginInfo object that indicates the margin info of the paragraph. |
Padding | Gets or sets a MarginInfo object that indicates the padding of the floating box. |
Paragraphs | Gets or sets a Paragraphs collection that indicates all paragraphs in the cell. |
PositioningType (inherited from Paragraph) | The positioning type for custom positioning. Default value is Auto (don not use custom positioning). |
ReferenceParagraphID (inherited from Paragraph) | Gets or sets a string that indicates the reference paragraph when using paragraph relative customer positioning. |
TextVerticalAlignment | Gets or sets a VerticalAlignmentType enum that indicates the vertical alignment type of all paragraphs in the floating box. |
Top (inherited from Paragraph) | Gets or sets a float value that indicates the top position of the paragraph. The unit is point.
|
VerticalTextRotationAngle | Gets or sets a VerticalTextRotationType object that indicates the text rotation angle in floating box or cells. |
ZIndex | Gets or sets a int value that indicates the Z-order of the floating box. A floating box with larger ZIndex will be placed over the floating box with smaller ZIndex. ZIndex can be negative. Floating box with negative ZIndex will be placed behind the text in the page. |