Apitron.PDF.Kit library for .NET
This namespace contains definitions for a visual styles of element.
Classes
Class | Description | |
---|---|---|
![]() | Align |
The horizontal alignment of the element’s content, it can be Left, Right, Center aligned or Justified. Only acceptable for block elements,
this property will be ignored if the element used is not a block. Left, Right, Center values are supported by all elements. In case of Justify is used – only text elements will be affected.
All elements inherit value from their block containers, only block elements can override parent’s Align setting.
|
![]() | BackgroundImage |
The background image parameter allows you to set image as a background for ContentElement.
|
![]() | BackgroundPosition |
Represents the background image position parameter.
It controls at which position BackgroundImage will be drawn first.
|
![]() | BackgroundRepeat |
Background repeat parameter, controls repeating behaviour of the BackgroundImage.
|
![]() | Border |
Represents possible border variations for objects implementing ContentElement.
Whilst Length values can be used for border creation, values created as Auto or null will be counted as zero.
|
![]() | Clear |
Defines element relation to floating elements.
|
![]() | Display |
Represents possible display states for ContentElement.
This setting affects their position on a page, relation to other elements, inheritance of the styling properties and sizing behavior.
|
![]() | Float |
Defines floating elements behaviour.
|
![]() | ListCounter |
Defines base index for Ordered lists.
|
![]() | ListMarker | |
![]() | ListStyle |
Defines available list styles for elements. Can be used to create marked lists.
|
![]() | ScriptLevel |
Font scripting level definition.
|
![]() | VerticalAlign |
Defines vertical alignment variations for an element, the element will be positioned with respect to this setting within containing block's content line.
The height of the content line for the block or text element can be set using LineHeight setting.
|