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 ElementPlacementReturns 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 TypeMethodDescriptionvoidElement.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 theAztecBarcodeElementclass.AztecBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theAztecBarcodeElementclass.AztecBarcodeElement(String value, ElementPlacement placement)Initializes a new instance of theAztecBarcodeElementclass.AztecBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theAztecBarcodeElementclass.Code11BarcodeElement(String value, ElementPlacement placement, float height)Initializes a new instance of theCode11BarcodeElementclassCode11BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)Initializes a new instance of theCode11BarcodeElementclassCode128BarcodeElement(String value, ElementPlacement placement, float height)Initializes a new instance of theCode128BarcodeElementclassCode128BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)Initializes a new instance of theCode128BarcodeElementclassCode25BarcodeElement(String value, ElementPlacement placement, float height)Initializes a new instance of theCode25BarcodeElementclassCode25BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)Initializes a new instance of theCode25BarcodeElementclassCode39BarcodeElement(String value, ElementPlacement placement, float height)Initializes a new instance of theCode39BarcodeElementclassCode39BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)Initializes a new instance of theCode39BarcodeElementclassCode93BarcodeElement(String value, ElementPlacement placement, float height)Initializes a new instance of theCode93BarcodeElementclassCode93BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)Initializes a new instance of theCode93BarcodeElementclassDataMatrixBarcodeElement(byte[] value, ElementPlacement placement)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType, DataMatrixFunctionCharacter functionCharacter)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(String value, ElementPlacement placement)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType, DataMatrixFunctionCharacter functionCharacter)Initializes a new instance of theDataMatrixBarcodeElementclassGs1DataBarBarcodeElement(String value, ElementPlacement placement, float height, Gs1DataBarType type)Initializes a new instance of theGs1DataBarBarcodeElementclassGs1DataBarBarcodeElement(String value, ElementPlacement placement, float height, Gs1DataBarType type, float xOffset, float yOffset)Initializes a new instance of theGs1DataBarBarcodeElementclassIata25BarcodeElement(String value, ElementPlacement placement, float height)Initializes a new instance of theIata25BarcodeElementclassIata25BarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)Initializes a new instance of theIata25BarcodeElementclassImageElement(ImageResource resource, ElementPlacement placement)Initializes a new instance of theImageElementclass.ImageElement(ImageResource resource, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theImageElementclass.ImageElement(String resourceName, ElementPlacement placement)Initializes a new instance of theImageElementclass.ImageElement(String resourceName, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theImageElementclass.LineElement(ElementPlacement placement, float x2Offset, float y2Offset)Initializes a new instance of theLineElementclass.MsiBarcodeElement(String value, ElementPlacement placement, float height)Initializes a new instance of theMsiBarcodeElementclassMsiBarcodeElement(String value, ElementPlacement placement, float height, float xOffset, float yOffset)Initializes a new instance of theMsiBarcodeElementclassPageNumberingElement(String text, ElementPlacement placement)Initializes a new instance of thePageNumberingElementclass.PageNumberingElement(String text, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of thePageNumberingElementclass.Pdf417BarcodeElement(byte[] value, ElementPlacement placement, int columns)Initializes a new instance of thePdf417BarcodeElementclass.Pdf417BarcodeElement(byte[] value, ElementPlacement placement, int columns, float xOffset, float yOffset)Initializes a new instance of thePdf417BarcodeElementclass.Pdf417BarcodeElement(String value, ElementPlacement placement, int columns)Initializes a new instance of thePdf417BarcodeElementclass.Pdf417BarcodeElement(String value, ElementPlacement placement, int columns, float xOffset, float yOffset)Initializes a new instance of thePdf417BarcodeElementclass.QrCodeElement(byte[] value, ElementPlacement placement)Initializes a new instance of theQrCodeElementclass.QrCodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theQrCodeElementclass.QrCodeElement(String value, ElementPlacement placement)Initializes a new instance of theQrCodeElementclass.QrCodeElement(String value, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theQrCodeElementclass.RectangleElement(ElementPlacement placement, float width, float height)Initializes a new instance of theRectangleElementclass.StackedGs1DataBarBarcodeElement(String value, ElementPlacement placement, StackedGs1DataBarType stackedGs1DataBarType, float rowHeight)Initializes a new instance of theStackedGs1DataBarBarcodeElementclassStackedGs1DataBarBarcodeElement(String value, ElementPlacement placement, StackedGs1DataBarType stackedGs1DataBarType, float rowHeight, float xOffset, float yOffset)Initializes a new instance of theStackedGs1DataBarBarcodeElementclassTextElement(String value, ElementPlacement placement)Initializes a new instance of theTextElementclassTextElement(String value, ElementPlacement placement, float xOffset, float yOffset)Initializes a new instance of theTextElementclass