iText 8.0.5 API
|
Classes |
|
class | AbstractRenderer |
Defines the most common properties and behavior that are shared by most IRenderer implementations. More... |
|
class | AbstractWidthHandler |
class | AccessibleAttributesApplier |
Generates standard structure attributes for current tag based on the layout element properties and renderer layout results. More... |
|
class | AreaBreakRenderer |
Renderer for the iText.Layout.Element.AreaBreak layout element. More... |
|
class | BlockFormattingContextUtil |
This class helps to identify whether we are dealing with a renderer that creates a new "Block formatting context" in terms of CSS. More... |
|
class | BlockRenderer |
Represents a renderer for block elements. More... |
|
class | CanvasRenderer |
Represents a renderer for the iText.Layout.Canvas layout element. More... |
|
class | CellRenderer |
Represents a renderer for the iText.Layout.Element.Cell layout element. More... |
|
class | DivRenderer |
Represents a renderer for the iText.Layout.Element.Div layout element. More... |
|
class | DocumentRenderer |
class | DrawContext |
This class holds instances which required for drawing on pdf document. More... |
|
class | FlexContainerRenderer |
class | GridContainerRenderer |
Represents a renderer for a grid. More... |
|
interface | ILeafElementRenderer |
class | ImageRenderer |
interface | IRenderer |
A renderer object is responsible for drawing a corresponding layout object on a document or canvas. More... |
|
class | LineRenderer |
class | LineSeparatorRenderer |
class | LinkRenderer |
class | ListItemRenderer |
class | ListRenderer |
class | MaxMaxWidthHandler |
class | MetaInfoContainer |
Class to store metaInfo that will be used for layout renderers. More... |
|
class | MulticolRenderer |
Represents a renderer for columns. More... |
|
class | ParagraphRenderer |
This class represents the renderer object for a iText.Layout.Element.Paragraph object. More... |
|
class | RootRenderer |
class | TableRenderer |
This class represents the renderer object for a iText.Layout.Element.Table object. More... |
|
class | TabRenderer |
class | TargetCounterHandler |
Handler to handle target-counter logic. More... |
|
class | TextPreprocessingUtil |
class | TextRenderer |
This class represents the renderer object for a iText.Layout.Element.Text object. More... |
|
class | TypographyUtils |
Functions |
|
override void | ApplyDirectionForLine< T > (IList< T > renderers) |
override void | ApplyJustifyContent (IList< FlexUtil.FlexItemCalculationInfo > line, JustifyContent justifyContent, float freeSpace) |
virtual IList< IRenderer > | ApplyDirection (IList< IList< FlexItemInfo >> lines) |
FlexItemCalculationInfo (AbstractRenderer renderer, float flexBasis, float flexGrow, float flexShrink, float areaMainSize, bool flexBasisContent, bool isColumnDirection, float crossSize) | |
virtual Rectangle | ToRectangle () |
Grid.Builder | Columns (int explicitColumnCount) |
Set number of columns for a grid, the result will be either a provided one or if some elements have a property defining more columns on a grid than provided value it will be set instead. More... |
|
Grid.Builder | Rows (int explicitRowCount) |
Set number of rows for a grid, the result will be either a provided one or if some elements have a property defining more rows on a grid than provided value it will be set instead. More... |
|
Grid.Builder | Flow (GridFlow flow) |
Set iteration flow for a grid. More... |
|
iText.Layout.Renderer.Grid | Build () |
Build a grid with provided properties. More... |
|
override void | AddChild (IRenderer renderer) |
override IRenderer | GetNextRenderer () |
override T1 | GetProperty< T1 > (int key) |
override void | SetProperty (int property, Object value) |
virtual void | SizeGrid () |
Resolves grid track sizes. More... |
|
virtual float | GetContainerHeight () |
Gets grid container height. More... |
|
virtual bool | HasNext () |
virtual GridView.Pos | Next () |
override String | ToString () |
virtual int | CompareTo (TableWidths.CellInfo o) |
virtual void | SetParent (TableRenderer tableRenderer) |
SpecialScriptsContainingTextRendererSequenceInfo (int numberOfSequentialTextRenderers, String sequentialTextContent, IList< int > indicesOfFloating) | |
override void iText.Layout.Renderer.AddChild | ( | IRenderer | renderer | ) |
|
virtual |
override void iText.Layout.Renderer.ApplyDirectionForLine< T > | ( | IList< T > | renderers | ) |
override void iText.Layout.Renderer.ApplyJustifyContent | ( | IList< FlexUtil.FlexItemCalculationInfo > | line, |
JustifyContent | justifyContent, | ||
float | freeSpace | ||
) |
iText.Layout.Renderer.Grid iText.Layout.Renderer.Build | ( | ) |
Build a grid with provided properties.
Grid
instance.
Grid.Builder iText.Layout.Renderer.Columns | ( | int | explicitColumnCount | ) |
Set number of columns for a grid, the result will be either a provided one or if some elements have a property defining more columns on a grid than provided value it will be set instead.
explicitColumnCount | explicit column count of a grid |
Grid.Builder iText.Layout.Renderer.Flow | ( | GridFlow | flow | ) |
Set iteration flow for a grid.
flow | iteration flow |
|
virtual |
Gets grid container height.
Gets grid container height. Use this method only after calling SizeGrid().
override IRenderer iText.Layout.Renderer.GetNextRenderer | ( | ) |
override T1 iText.Layout.Renderer.GetProperty< T1 > | ( | int | key | ) |
Grid.Builder iText.Layout.Renderer.Rows | ( | int | explicitRowCount | ) |
Set number of rows for a grid, the result will be either a provided one or if some elements have a property defining more rows on a grid than provided value it will be set instead.
explicitRowCount | explicit height of a grid |
override void iText.Layout.Renderer.SetProperty | ( | int | property, |
Object | value | ||
) |
|
virtual |
Resolves grid track sizes.