Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java 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 com.aspose.pdf.engine.data.ITrailerable |
InternalHelper.getTrailerable(OperatorCollection contents) |
abstract boolean |
InternalHelper.InternalLogic.TestHelper.isAnyRectanglePresent(OperatorCollection operators) |
boolean |
InternalHelper.InternalLogic.ForbidenFunctionalityForReleasedProduct.isAnyRectanglePresent(OperatorCollection operators) |
boolean |
InternalHelper.InternalLogic.TestUnitFunctional.isAnyRectanglePresent(OperatorCollection operators) |
static boolean |
InternalHelper.isReadOnlyMode(OperatorCollection contents) |
abstract boolean |
InternalHelper.InternalLogic.TestHelper.isRectanglePresent(int rectOrder,
OperatorCollection operators,
double comparePrecision,
double X,
double Y,
double Width,
double Height) |
boolean |
InternalHelper.InternalLogic.ForbidenFunctionalityForReleasedProduct.isRectanglePresent(int rectOrder,
OperatorCollection operators,
double comparePrecision,
double X,
double Y,
double Width,
double Height) |
boolean |
InternalHelper.InternalLogic.TestUnitFunctional.isRectanglePresent(int rectOrder,
OperatorCollection operators,
double comparePrecision,
double X,
double Y,
double Width,
double Height) |
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)
Remove object references
|
static void |
InternalHelper.setReadOnlyMode(OperatorCollection contents,
boolean b) |
Constructor and Description |
---|
LightweightOperatorCollection(OperatorCollection operatorCollection)
Initialize object
|
Copyright © 2022 Aspose. All Rights Reserved.