Uses of Enum
com.dynamicpdf.api.elements.ElementPlacement
Packages that use ElementPlacement
-
Uses of ElementPlacement in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return ElementPlacementModifier and TypeMethodDescriptionElement.getPlacement()
Gets placement of the page element on the page.static ElementPlacement
Returns the enum constant of this type with the specified name.static ElementPlacement[]
ElementPlacement.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dynamicpdf.api.elements with parameters of type ElementPlacementModifier and TypeMethodDescriptionvoid
Element.setPlacement(ElementPlacement value)
Sets placement of the page element on the page.Constructors in com.dynamicpdf.api.elements with parameters of type ElementPlacementModifierConstructorDescriptionAztecBarcodeElement(byte[] value, ElementPlacement placement)
Initializes a new instance of theAztecBarcodeElement
class.AztecBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theAztecBarcodeElement
class.AztecBarcodeElement(String value, ElementPlacement placement)
Initializes a new instance of theAztecBarcodeElement
class.AztecBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theAztecBarcodeElement
class.Code11BarcodeElement(String value, ElementPlacement placement, float height)
Initializes a new instance of theCode11BarcodeElement
classCode11BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
Initializes a new instance of theCode11BarcodeElement
classCode128BarcodeElement(String value, ElementPlacement placement, float height)
Initializes a new instance of theCode128BarcodeElement
classCode128BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
Initializes a new instance of theCode128BarcodeElement
classCode25BarcodeElement(String value, ElementPlacement placement, float height)
Initializes a new instance of theCode25BarcodeElement
classCode25BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
Initializes a new instance of theCode25BarcodeElement
classCode39BarcodeElement(String value, ElementPlacement placement, float height)
Initializes a new instance of theCode39BarcodeElement
classCode39BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
Initializes a new instance of theCode39BarcodeElement
classCode93BarcodeElement(String value, ElementPlacement placement, float height)
Initializes a new instance of theCode93BarcodeElement
classCode93BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
Initializes a new instance of theCode93BarcodeElement
classDataMatrixBarcodeElement(byte[] value, ElementPlacement placement)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType, DataMatrixFunctionCharacter functionCharacter)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(String value, ElementPlacement placement)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType, DataMatrixFunctionCharacter functionCharacter)
Initializes a new instance of theDataMatrixBarcodeElement
classGs1DataBarBarcodeElement(String value, ElementPlacement placement, float height, Gs1DataBarType type)
Initializes a new instance of theGs1DataBarBarcodeElement
classGs1DataBarBarcodeElement(String value, ElementPlacement placement, float height, Gs1DataBarType type, float xOffset, float yOffset)
Initializes a new instance of theGs1DataBarBarcodeElement
classIata25BarcodeElement(String value, ElementPlacement placement, float height)
Initializes a new instance of theIata25BarcodeElement
classIata25BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
Initializes a new instance of theIata25BarcodeElement
classImageElement(ImageResource resource, ElementPlacement placement)
Initializes a new instance of theImageElement
class.ImageElement(ImageResource resource, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theImageElement
class.ImageElement(String resourceName, ElementPlacement placement)
Initializes a new instance of theImageElement
class.ImageElement(String resourceName, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theImageElement
class.LineElement(ElementPlacement placement, float x2Offset, float y2Offset)
Initializes a new instance of theLineElement
class.MsiBarcodeElement(String value, ElementPlacement placement, float height)
Initializes a new instance of theMsiBarcodeElement
classMsiBarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)
Initializes a new instance of theMsiBarcodeElement
classPageNumberingElement(String text, ElementPlacement placement)
Initializes a new instance of thePageNumberingElement
class.PageNumberingElement(String text, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of thePageNumberingElement
class.Pdf417BarcodeElement(byte[] value, ElementPlacement placement, int columns)
Initializes a new instance of thePdf417BarcodeElement
class.Pdf417BarcodeElement(byte[] value, ElementPlacement placement, int columns, float xOffset, float yOffset)
Initializes a new instance of thePdf417BarcodeElement
class.Pdf417BarcodeElement(String value, ElementPlacement placement, int columns)
Initializes a new instance of thePdf417BarcodeElement
class.Pdf417BarcodeElement(String value, ElementPlacement placement, int columns, float xOffset, float yOffset)
Initializes a new instance of thePdf417BarcodeElement
class.QrCodeElement(byte[] value, ElementPlacement placement)
Initializes a new instance of theQrCodeElement
class.QrCodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theQrCodeElement
class.QrCodeElement(String value, ElementPlacement placement)
Initializes a new instance of theQrCodeElement
class.QrCodeElement(String value, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theQrCodeElement
class.RectangleElement(ElementPlacement placement, float width, float height)
Initializes a new instance of theRectangleElement
class.StackedGs1DataBarBarcodeElement(String value, ElementPlacement placement, StackedGs1DataBarType stackedGs1DataBarType, float rowHeight)
Initializes a new instance of theStackedGs1DataBarBarcodeElement
classStackedGs1DataBarBarcodeElement(String value, ElementPlacement placement, StackedGs1DataBarType stackedGs1DataBarType, float rowHeight, float xOffset, float yOffset)
Initializes a new instance of theStackedGs1DataBarBarcodeElement
classTextElement(String value, ElementPlacement placement)
Initializes a new instance of theTextElement
classTextElement(String value, ElementPlacement placement, float xOffset, float yOffset)
Initializes a new instance of theTextElement
class