Class TrailerPath
java.lang.Object
com.itextpdf.kernel.utils.objectpathitems.ObjectPath
com.itextpdf.kernel.utils.objectpathitems.TrailerPath
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PdfDocument
private static final String
private final PdfDocument
Fields inherited from class com.itextpdf.kernel.utils.objectpathitems.ObjectPath
path
-
Constructor Summary
ConstructorsConstructorDescriptionTrailerPath
(PdfDocument cmpDoc, PdfDocument outDoc) TrailerPath
(PdfDocument cmpDoc, PdfDocument outDoc, Stack<LocalPathItem> path) TrailerPath
(TrailerPath trailerPath) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Method returns true if thisTrailerPath
instance equals to the passed object.Method returns current cmpPdfDocument
object.Method returns current outPdfDocument
object.int
hashCode()
Method returns a hash code of thisTrailerPath
instance.toString()
Method returns a string representation of thisTrailerPath
instance.Creates an xml node that describes thisTrailerPath
instance.Methods inherited from class com.itextpdf.kernel.utils.objectpathitems.ObjectPath
getBaseCmpObject, getBaseOutObject, getIndirectPath, getLocalPath, isComparing, pop, pushArrayItemToPath, pushDictItemToPath, pushOffsetToPath, resetDirectPath
-
Field Details
-
outDocument
-
cmpDocument
-
INITIAL_LINE
- See Also:
-
-
Constructor Details
-
TrailerPath
-
TrailerPath
-
TrailerPath
-
-
Method Details
-
getOutDocument
Method returns current outPdfDocument
object.- Returns:
- current out
PdfDocument
object.
-
getCmpDocument
Method returns current cmpPdfDocument
object.- Returns:
- current cmp
PdfDocument
object.
-
toXmlNode
Creates an xml node that describes thisTrailerPath
instance.- Overrides:
toXmlNode
in classObjectPath
- Parameters:
document
- xml document, to which this xml node will be added.- Returns:
- an xml node describing this
TrailerPath
instance.
-
toString
Method returns a string representation of thisTrailerPath
instance.- Overrides:
toString
in classObjectPath
- Returns:
- a string representation of this
TrailerPath
instance.
-
hashCode
public int hashCode()Method returns a hash code of thisTrailerPath
instance.- Overrides:
hashCode
in classObjectPath
- Returns:
- a int hash code of this
TrailerPath
instance.
-
equals
Method returns true if thisTrailerPath
instance equals to the passed object.- Overrides:
equals
in classObjectPath
- Returns:
- true - if this
TrailerPath
instance equals to the passed object.
-