|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.io.PageResources
public class PageResources
Represents a pages resources.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
void |
draw(DocumentWriter writer)
Draws the page resources to the given DocumentWriter object. |
PageColorSpaceList |
getColorSpaces()
Gets a collection of ColorSpaces used on the page. |
PageExtGStateList |
getExtGStates()
Gets a collection of ExtGStates used on the page. |
PageFontList |
getFonts()
Gets a collection of fonts used on the page. |
PagePatternList |
getPatterns()
Gets a collection of Patterns used on the page. |
PagePropertiesList |
getProperties()
Gets a collection of Properties used on the page. |
PageShadingList |
getShadings()
Gets a collection of Shadings used on the page. |
PageXObjectList |
getXObjects()
Gets a collection of XObjects used on the page. |
void |
setStartingNameNumber(int startingNameNumber)
Sets the starting name number for the page resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void draw(DocumentWriter writer)
DocumentWriter
object.
writer
- the document writer.public void setStartingNameNumber(int startingNameNumber)
startingNameNumber
- the starting name number for the page resources.public PageFontList getFonts()
public PageXObjectList getXObjects()
public PageShadingList getShadings()
public PageColorSpaceList getColorSpaces()
public PagePatternList getPatterns()
public PagePropertiesList getProperties()
public PageExtGStateList getExtGStates()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |