| Package | Description |
|---|---|
| com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library
which are either directly in it like Document or indirectly through several
subpackages. |
| Modifier and Type | Method and Description |
|---|---|
OperatorCollection |
Page.getContents()
Gets collection of operators in the content stream of the page.
|
OperatorCollection |
XForm.getContents()
Gets operators of the form
|
static OperatorCollection |
InternalHelper.newOperatorCollection(com.aspose.pdf.engine.data.IPdfPrimitive contents) |
static OperatorCollection |
InternalHelper.newOperatorCollection(com.aspose.pdf.engine.data.ITrailerable trailerable,
com.aspose.pdf.engine.data.IPdfPrimitive contents) |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
Page.findReferences(OperatorCollection contents,
String name)
Returns list of operators which uses resource with specified name.
|
static boolean |
InternalHelper.isReadOnlyMode(OperatorCollection contents) |
static com.aspose.pdf.engine.data.ITrailerable |
InternalHelper.Operator_getTrailerable(OperatorCollection oc) |
static void |
InternalHelper.Operator_setContainer(Operator op,
OperatorCollection collection) |
static void |
Page.removeObjectReferences(OperatorCollection contents,
String name)
Remove object references
|
static void |
InternalHelper.setReadOnlyMode(OperatorCollection contents,
boolean b) |
| Constructor and Description |
|---|
LightweightOperatorCollection(OperatorCollection operatorCollection)
Initialize object
|
Copyright © 2016 Aspose. All Rights Reserved.