public class PdfFixedPrint extends PdfObjectWrapper<PdfDictionary>
Constructor and Description |
---|
PdfFixedPrint() |
PdfFixedPrint(PdfDictionary pdfObject) |
Modifier and Type | Method and Description |
---|---|
PdfNumber |
getHorizontalTranslation() |
PdfArray |
getMatrix() |
PdfNumber |
getVerticalTranslation() |
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the resultant document.
|
PdfFixedPrint |
setHorizontalTranslation(float horizontal) |
PdfFixedPrint |
setMatrix(float[] matrix) |
PdfFixedPrint |
setMatrix(PdfArray matrix) |
PdfFixedPrint |
setVerticalTranslation(float vertical) |
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfFixedPrint()
public PdfFixedPrint(PdfDictionary pdfObject)
public PdfFixedPrint setMatrix(PdfArray matrix)
public PdfFixedPrint setMatrix(float[] matrix)
public PdfFixedPrint setHorizontalTranslation(float horizontal)
public PdfFixedPrint setVerticalTranslation(float vertical)
public PdfArray getMatrix()
public PdfNumber getHorizontalTranslation()
public PdfNumber getVerticalTranslation()
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfDictionary>
Copyright © 1998–2018 iText Group NV. All rights reserved.