|
iText 8.0.2 API
|
A property corresponding to the css line-height property and used to set the height of a line box in the HTML mode. More...
Public Member Functions |
|
| virtual float | GetValue () |
| Returns the line height value. More... |
|
| virtual bool | IsFixedValue () |
| Check if the LineHeight contains fixed value. More... |
|
| virtual bool | IsMultipliedValue () |
| Check if the LineHeight contains multiplied value. More... |
|
| virtual bool | IsNormalValue () |
| Check if the LineHeight contains normal value. More... |
|
Static Public Member Functions |
|
| static iText.Layout.Properties.LineHeight | CreateFixedValue (float value) |
| Creates a LineHeight with a fixed value. More... |
|
| static iText.Layout.Properties.LineHeight | CreateMultipliedValue (float value) |
| Creates a LineHeight with multiplied value. More... |
|
| static iText.Layout.Properties.LineHeight | CreateNormalValue () |
| Creates a normal LineHeight. More... |
|
A property corresponding to the css line-height property and used to set the height of a line box in the HTML mode.
A property corresponding to the css line-height property and used to set the height of a line box in the HTML mode. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height.
|
inlinestatic |
Creates a LineHeight with a fixed value.
| value | value to set |
|
inlinestatic |
Creates a LineHeight with multiplied value.
Creates a LineHeight with multiplied value. This value must be multiplied by the element's font size.
| value | value to set |
|
inlinestatic |
Creates a normal LineHeight.
|
inlinevirtual |
Returns the line height value.
Returns the line height value. The meaning of the returned value depends on the type of line height.
|
inlinevirtual |
Check if the LineHeight contains fixed value.
|
inlinevirtual |
Check if the LineHeight contains multiplied value.
|
inlinevirtual |
Check if the LineHeight contains normal value.