|
| class |
AbstractElement |
| |
Defines the most common properties that most IElement implementations share. More...
|
| |
| class |
AnonymousInlineBox |
| |
A layout element that represents anonymous box, see https://developer.mozilla.org/en-US/docs/Web/CSS/Visual_formatting_model#anonymous_boxes. More...
|
| |
| class |
AreaBreak |
| |
A layout object that terminates the current content area and creates a new one. More...
|
| |
| class |
BlockElement |
| |
A BlockElement will try to take up as much horizontal space as available to it on the canvas or page. More...
|
| |
| class |
Cell |
| |
A Cell is one piece of data in an enclosing grid, the Table. More...
|
| |
| class |
Div |
| |
A Div is a container object that defines a section in a document, which will have some shared layout properties. More...
|
| |
| class |
GridContainer |
| |
A GridContainer represents a container of the css grid object. More...
|
| |
| interface |
IAbstractElement |
| |
The interface represents abstract layout element and provides an access to its children. More...
|
| |
| interface |
IBlockElement |
| |
This class represents a block layout element with special margins, tabbing, and alignment. More...
|
| |
| interface |
IElement |
| |
This class represents a layout element, i.e. a piece of content that will take up 'physical' space on a canvas or document. More...
|
| |
| interface |
ILargeElement |
| |
A ILargeElement is a layout element which may get added to indefinitely, making the object prohibitively large. More...
|
| |
| interface |
ILeafElement |
| |
A marker subinterface of IElement that specifies that the layout object is, by definition, on the lowest tier in the object hierarchy. More...
|
| |
| class |
Image |
| |
A layout element that represents an image for inclusion in the document model. More...
|
| |
| class |
LineSeparator |
| |
This is a line separator element which is basically just a horizontal line with a style specified by iText.Kernel.Pdf.Canvas.Draw.ILineDrawer custom drawing interface instance. More...
|
| |
| class |
Link |
| |
A clickable piece of Text which contains a link annotation dictionary. More...
|
| |
| class |
List |
| |
A List is a layout element representing a series of objects that are vertically outlined with the same or very similar layout properties, giving it a sense of unity. More...
|
| |
| class |
ListItem |
| |
A list item is a layout element that is one entry in a List. More...
|
| |
| class |
MulticolContainer |
| |
represents a container of the column objects. More...
|
| |
| class |
Paragraph |
| |
A layout element that represents a self-contained block of textual and graphical information. More...
|
| |
| class |
Tab |
| |
This class represents the empty space from a Text to the following TabStop , if any. More...
|
| |
| class |
Table |
| |
A Table is a layout element that represents data in a two-dimensional grid. More...
|
| |
| class |
TabStop |
| |
A TabStop is the closest location on a line of text that the text will jump to if a Tab is inserted. More...
|
| |
| class |
Text |
| |
A Text is a piece of text of any length. More...
|
| |