InternalHelper

Inheritance: java.lang.Object

public class InternalHelper

Constructors

ConstructorDescription
InternalHelper()

Methods

MethodDescription
graphicAppender_addGraphicToPage(Page page, GraphicElementCollection elements, Rectangle rectangle)
getOperatorsInternal(GraphicElement el)
clear(GraphicElement el)
getParent(GraphicElementCollection elementsToDelete)
GraphicsAbsorber_isPathPaintingOperator(String name)

InternalHelper()

public InternalHelper()

graphicAppender_addGraphicToPage(Page page, GraphicElementCollection elements, Rectangle rectangle)

public static void graphicAppender_addGraphicToPage(Page page, GraphicElementCollection elements, Rectangle rectangle)

Parameters:

ParameterTypeDescription
pagePage
elementsGraphicElementCollection
rectangleRectangle

getOperatorsInternal(GraphicElement el)

public static System.Collections.Generic.List<Operator> getOperatorsInternal(GraphicElement el)

Parameters:

ParameterTypeDescription
elGraphicElement

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.pdf.Operator>

clear(GraphicElement el)

public static void clear(GraphicElement el)

Parameters:

ParameterTypeDescription
elGraphicElement

getParent(GraphicElementCollection elementsToDelete)

public static XFormPlacement getParent(GraphicElementCollection elementsToDelete)

Parameters:

ParameterTypeDescription
elementsToDeleteGraphicElementCollection

Returns: XFormPlacement

GraphicsAbsorber_isPathPaintingOperator(String name)

public static boolean GraphicsAbsorber_isPathPaintingOperator(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: boolean