Package com.itextpdf.kernel.pdf.xobject
Class PdfFormXObject
- java.lang.Object
-
- com.itextpdf.kernel.pdf.PdfObjectWrapper<PdfStream>
-
- com.itextpdf.kernel.pdf.xobject.PdfXObject
-
- com.itextpdf.kernel.pdf.xobject.PdfFormXObject
-
- Direct Known Subclasses:
SvgImageXObject
public class PdfFormXObject extends PdfXObject
A wrapper for Form XObject. ISO 32000-1, 8.10 FormXObjects.
-
-
Field Summary
Fields Modifier and Type Field Description protected PdfResourcesresources
-
Constructor Summary
Constructors Constructor Description PdfFormXObject(Rectangle bBox)Creates a new instance of Form XObject.PdfFormXObject(WmfImageData image, PdfDocument pdfDocument)Creates a form XObject fromWmfImageData.PdfFormXObject(PdfPage page)Creates form XObject from page content.PdfFormXObject(PdfStream pdfStream)CreatePdfFormXObjectinstance byPdfStream.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RectanglecalculateBBoxMultipliedByMatrix(PdfFormXObject form)Calculates the coordinates of the xObject BBox multiplied by the Matrix field.voidflush()To manually flush aPdfObjectbehind this wrapper, you have to ensure that this object is added to the document, i.e.PdfArraygetBBox()Gets Form XObject's BBox,PdfName.BBoxkey.floatgetHeight()Gets height based on XObject's BBox.PdfStringgetMarkStyle()Gets a text string representing the printer’s mark in human-readable form.PdfNamegetProcessColorModel()Gets process color model of trap network appearance,PdfName.PCMkey.PdfResourcesgetResources()GetsPdfResourcesof the Form XObject.PdfArraygetSeparationColorNames()Gets separation color names of trap network appearance,PdfName.SeparationColorNameskey.PdfArraygetTrapRegions()Gets an array of TrapRegion objects defining the page’s trapping zones and the associated trapping parameters, as described in Adobe Technical Note #5620, Portable Job Ticket Format.PdfStringgetTrapStyles()Gets a human-readable text string that described this trap network to the user.floatgetWidth()Gets width based on XObject's BBox.booleanisRelativeSized()If the form xobject is relative sized.PdfFormXObjectput(PdfName key, PdfObject value)Puts the value into Image XObject dictionary and associates it with the specified key.PdfFormXObjectsetBBox(PdfArray bBox)Sets Form XObject's BBox,PdfName.BBoxkey.PdfFormXObjectsetGroup(PdfTransparencyGroup transparency)Sets a group attributes dictionary indicating that the contents of the form XObject shall be treated as a group and specifying the attributes of that group.PdfFormXObjectsetMarkStyle(PdfString markStyle)Sets a text string representing the printer’s mark in human-readable form.PdfFormXObjectsetProcessColorModel(PdfName model)Sets process color model for trap network appearance,PdfName.PCMkey.PdfFormXObjectsetSeparationColorNames(PdfArray colorNames)Sets separation color names for the trap network appearance,PdfName.SeparationColorNameskey.PdfFormXObjectsetTrapRegions(PdfArray regions)Sets an array of TrapRegion objects defining the page’s trapping zones and the associated trapping parameters, as described in Adobe Technical Note #5620, Portable Job Ticket Format.PdfFormXObjectsetTrapStyles(PdfString trapStyles)Sets a human-readable text string that described this trap network to the user.-
Methods inherited from class com.itextpdf.kernel.pdf.xobject.PdfXObject
addAssociatedFile, calculateProportionallyFitRectangleWithHeight, calculateProportionallyFitRectangleWithWidth, getAssociatedFiles, isWrappedObjectMustBeIndirect, makeXObject, setLayer
-
Methods inherited from class com.itextpdf.kernel.pdf.PdfObjectWrapper
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
-
-
-
-
Field Detail
-
resources
protected PdfResources resources
-
-
Constructor Detail
-
PdfFormXObject
public PdfFormXObject(Rectangle bBox)
Creates a new instance of Form XObject.- Parameters:
bBox- the form XObject’s bounding box.
-
PdfFormXObject
public PdfFormXObject(PdfStream pdfStream)
CreatePdfFormXObjectinstance byPdfStream. Note, this constructor doesn't perform any additional checks- Parameters:
pdfStream-PdfStreamwith Form XObject.- See Also:
PdfXObject.makeXObject(PdfStream)
-
PdfFormXObject
public PdfFormXObject(PdfPage page)
Creates form XObject from page content. The page shall be from the document, to which FormXObject will be added.- Parameters:
page- an instance ofPdfPage
-
PdfFormXObject
public PdfFormXObject(WmfImageData image, PdfDocument pdfDocument)
Creates a form XObject fromWmfImageData. Unlike other images,WmfImageDataimages are represented asPdfFormXObject, not asPdfImageXObject.- Parameters:
image- image to create form object frompdfDocument- document instance which is needed for writing form stream contents
-
-
Method Detail
-
calculateBBoxMultipliedByMatrix
public static Rectangle calculateBBoxMultipliedByMatrix(PdfFormXObject form)
Calculates the coordinates of the xObject BBox multiplied by the Matrix field.For mor information see paragraph 8.10.1 in ISO-32000-1.
- Parameters:
form- the object for which calculate the coordinates of the bBox- Returns:
- the bBox
Rectangle
-
getResources
public PdfResources getResources()
GetsPdfResourcesof the Form XObject. Note, if there is no resources, a new instance will be created.- Returns:
- not null instance of
PdfResources.
-
getBBox
public PdfArray getBBox()
Gets Form XObject's BBox,PdfName.BBoxkey.
-
setBBox
public PdfFormXObject setBBox(PdfArray bBox)
Sets Form XObject's BBox,PdfName.BBoxkey.
-
setGroup
public PdfFormXObject setGroup(PdfTransparencyGroup transparency)
Sets a group attributes dictionary indicating that the contents of the form XObject shall be treated as a group and specifying the attributes of that group.PdfName.Groupkey.- Parameters:
transparency- instance ofPdfTransparencyGroup.- Returns:
- object itself.
- See Also:
PdfTransparencyGroup
-
getWidth
public float getWidth()
Gets width based on XObject's BBox.- Overrides:
getWidthin classPdfXObject- Returns:
- float value.
-
getHeight
public float getHeight()
Gets height based on XObject's BBox.- Overrides:
getHeightin classPdfXObject- Returns:
- float value.
-
flush
public void flush()
To manually flush aPdfObjectbehind this wrapper, you have to ensure that this object is added to the document, i.e. it has an indirect reference. Basically this means that before flushing you need to explicitly callPdfObjectWrapper.makeIndirect(PdfDocument). For example: wrapperInstance.makeIndirect(document).flush(); Note that not every wrapper require this, only those that have such warning in documentation.- Overrides:
flushin classPdfObjectWrapper<PdfStream>
-
setProcessColorModel
public PdfFormXObject setProcessColorModel(PdfName model)
Sets process color model for trap network appearance,PdfName.PCMkey.- Parameters:
model- shall be one of the valid values:PdfName.DeviceGray,PdfName.DeviceRGB,PdfName.DeviceCMYK,PdfName.DeviceCMY,PdfName.DeviceRGBK, andPdfName.DeviceN.- Returns:
- object itself.
-
getProcessColorModel
public PdfName getProcessColorModel()
Gets process color model of trap network appearance,PdfName.PCMkey.- Returns:
- a
PdfNameinstance, possible values:PdfName.DeviceGray,PdfName.DeviceRGB,PdfName.DeviceCMYK,PdfName.DeviceCMY,PdfName.DeviceRGBK, andPdfName.DeviceN.
-
setSeparationColorNames
public PdfFormXObject setSeparationColorNames(PdfArray colorNames)
Sets separation color names for the trap network appearance,PdfName.SeparationColorNameskey.- Parameters:
colorNames- an array of names identifying the colorants that were assumed when the trap network appearance was created.- Returns:
- object itself.
-
getSeparationColorNames
public PdfArray getSeparationColorNames()
Gets separation color names of trap network appearance,PdfName.SeparationColorNameskey.- Returns:
- an
PdfArrayof names identifying the colorants.
-
setTrapRegions
public PdfFormXObject setTrapRegions(PdfArray regions)
Sets an array of TrapRegion objects defining the page’s trapping zones and the associated trapping parameters, as described in Adobe Technical Note #5620, Portable Job Ticket Format.PdfName.TrapRegionskey.- Parameters:
regions- APdfArrayof indirect references to TrapRegion objects.- Returns:
- object itself.
-
getTrapRegions
public PdfArray getTrapRegions()
Gets an array of TrapRegion objects defining the page’s trapping zones and the associated trapping parameters, as described in Adobe Technical Note #5620, Portable Job Ticket Format.PdfName.TrapRegionskey.- Returns:
- A
PdfArrayof indirect references to TrapRegion objects.
-
setTrapStyles
public PdfFormXObject setTrapStyles(PdfString trapStyles)
Sets a human-readable text string that described this trap network to the user.PdfName.TrapStyleskey.- Parameters:
trapStyles- aPdfStringvalue.- Returns:
- object itself.
-
getTrapStyles
public PdfString getTrapStyles()
Gets a human-readable text string that described this trap network to the user.PdfName.TrapStyleskey.- Returns:
- a
PdfStringvalue.
-
setMarkStyle
public PdfFormXObject setMarkStyle(PdfString markStyle)
Sets a text string representing the printer’s mark in human-readable form.- Parameters:
markStyle- a string value.- Returns:
- object itself.
-
getMarkStyle
public PdfString getMarkStyle()
Gets a text string representing the printer’s mark in human-readable form.- Returns:
- a string value.
-
put
public PdfFormXObject put(PdfName key, PdfObject value)
Puts the value into Image XObject dictionary and associates it with the specified key. If the key is already present, it will override the old value with the specified one.- Parameters:
key- key to insert or to overridevalue- the value to associate with the specified key- Returns:
- object itself.
-
isRelativeSized
public boolean isRelativeSized()
If the form xobject is relative sized. This information is used during xobject layout to resolve it's relative size.- Returns:
trueif the xobject is relative sized,falseotherwise
-
-