Search
PdfObject Members
Constructors Fields Methods
 


The following tables list the members exposed by the PdfObject type.

 Public Constructors

  Name Description

PdfObject

Overloaded.  

 Protected Fields

  Name Description

currentRotation

 

currentTransform

 

id

 

offset

 

page

 

parent

 

pdfType

 

size

 

 Public Methods

  Name Description

compare

 

compareTo

 

getCollectionId

 

getCurrentRotation

 

getCurrentTransform

 

getDocument

private PdfDocument document = null; public PdfDocument getDocument() { return isRoot() ? document : page.getDocument(); }

getId

 

getName

 

getObjectFooter

 

getObjectHeader

 

getOffset

 

getPage

 

getParent

 

getPdfType

 

getSize

 

isParentless

 

isRoot

 

OnAdded

 

OnChanged

 

registerObject

 

Save

 

setCollectionId

 

setParent

 

 Protected Methods

  Name Description

getContent

 

 See Also