FloatingBox Properties

The FloatingBox type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets a Color object that indicates the background color of the floating box.
Public propertyBackgroundImage
Gets or sets background image for page (for generator only).
Public propertyBorder
Gets or sets a BorderInfo object that indicates the border info of the floating box.
Public propertyColumnInfo
Gets or sets a column info
Public propertyHeight
Gets or sets a float value that indicates the height of the floating box.
Public propertyHorizontalAlignment
Gets or sets a horizontal alignment of paragraph
(Inherited from BaseParagraph.)
Public propertyHyperlink
Gets or sets the fragment hyperlink(for pdf generator).
(Inherited from BaseParagraph.)
Public propertyIsFirstParagraphInColumn
Gets or sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsInLineParagraph
Gets or sets a paragraph is inline. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsInNewPage
Gets or sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsKeptWithNext
Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsNeedRepeating
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.
Public propertyLeft
Gets or sets the table left coordinate.
Public propertyMargin
Gets or sets a outer margin for paragraph (for pdf generation)
(Inherited from BaseParagraph.)
Public propertyPadding
Gets or sets a MarginInfo object that indicates the padding of the floating box.
Public propertyParagraphs
Gets or sets a Paragraphs collection that indicates all paragraphs in the cell.
Public propertyTop
Gets or sets the table top coordinate.
Public propertyVerticalAlignment
Gets or sets a vertical alignment of paragraph
(Inherited from BaseParagraph.)
Public propertyWidth
Gets or sets a float value that indicates the width of the floating box.
Public propertyZIndex
Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.
(Inherited from BaseParagraph.)
See Also