com.pdfjet
Class OptionalContentGroup
java.lang.Object
com.pdfjet.OptionalContentGroup
public class OptionalContentGroup
- extends java.lang.Object
Container for drawable objects that can be drawn on a page as part of Optional Content Group.
Please see the PDF specification and Example_30 for more details.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionalContentGroup
public OptionalContentGroup(java.lang.String name)
add
public void add(Drawable d)
setVisible
public void setVisible(boolean visible)
setPrintable
public void setPrintable(boolean printable)
setExportable
public void setExportable(boolean exportable)
drawOn
public void drawOn(Page p)
throws java.lang.Exception
- Throws:
java.lang.Exception