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 |
XForm.getContents()
Gets operators of the form
|
OperatorCollection |
Page.getContents()
Gets collection of operators in the content stream of the page.
|
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 com.aspose.ms.System.Collections.IList |
Page.findReferences(OperatorCollection contents,
String name)
Returns list of operators which uses resource with specified name.
|
static void |
InternalHelper.Operator_setContainer(Operator op,
OperatorCollection collection) |
static com.aspose.ms.System.Collections.Generic.List<Operator> |
InternalHelper.operatorCollection_getCommands(OperatorCollection oc) |
static void |
Page.removeObjectReferences(OperatorCollection contents,
String name) |
Constructor and Description |
---|
LightweightOperatorCollection(OperatorCollection operatorCollection)
Initialize object
|
Copyright © 2018 Aspose. All Rights Reserved.