|
iText 8.0.2 API
|
Class to hold background-position property. More...
Public Types |
|
| enum | PositionX { LEFT, RIGHT, CENTER } |
| A specialized enum containing positions in x-dimension (horizontal positions). More... |
|
| enum | PositionY { TOP, BOTTOM, CENTER } |
| A specialized enum containing positions in y-dimension (vertical positions). More... |
|
Public Member Functions |
|
| BackgroundPosition () | |
| Creates a new BackgroundPosition instance. More... |
|
| virtual void | CalculatePositionValues (float fullWidth, float fullHeight, UnitValue outXValue, UnitValue outYValue) |
| Converts all percentage and enum values to point equivalent. More... |
|
| virtual BackgroundPosition.PositionX | GetPositionX () |
| Gets horizontal position. More... |
|
| virtual iText.Layout.Properties.BackgroundPosition | SetPositionX (BackgroundPosition.PositionX xPosition) |
| Sets horizontal position. More... |
|
| virtual BackgroundPosition.PositionY | GetPositionY () |
| Gets vertical position. More... |
|
| virtual iText.Layout.Properties.BackgroundPosition | SetPositionY (BackgroundPosition.PositionY yPosition) |
| Sets vertical position. More... |
|
| virtual UnitValue | GetXShift () |
| Gets horizontal shift. More... |
|
| virtual iText.Layout.Properties.BackgroundPosition | SetXShift (UnitValue xShift) |
| Sets horizontal shift. More... |
|
| virtual UnitValue | GetYShift () |
| Gets vertical shift. More... |
|
| virtual iText.Layout.Properties.BackgroundPosition | SetYShift (UnitValue yShift) |
| Sets vertical shift. More... |
|
| override bool | Equals (Object o) |
| override int | GetHashCode () |
Class to hold background-position property.
A specialized enum containing positions in x-dimension (horizontal positions).
A specialized enum containing positions in y-dimension (vertical positions).
|
inline |
Creates a new BackgroundPosition instance.
Creates a new BackgroundPosition instance. Fills it with default values.
|
inline |
|
inline |
|
inlinevirtual |
Gets horizontal position.
|
inlinevirtual |
Gets vertical position.
|
inlinevirtual |
Gets horizontal shift.
|
inlinevirtual |
Gets vertical shift.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |