public class PdfPagePathElement extends PdfPageElement
PdfProDocument.getPageElements(int, int)ELEMENT_TYPE_ALL, ELEMENT_TYPE_COMPOSITE, ELEMENT_TYPE_IMAGE, ELEMENT_TYPE_INLINE_IMAGE, ELEMENT_TYPE_PATH, ELEMENT_TYPE_TEXT| Modifier and Type | Method and Description |
|---|---|
Shape |
getPath()
Returns shape of the path element.
|
boolean |
isEvenOddWindingRule() |
boolean |
isFill()
Returns whether the shape is filled.
|
boolean |
isStroke()
Returns whether the shape is stroked.
|
String |
toString() |
getBoundingRect, getElementType, getFillColor, getGraphicsState, getPageNum, getStrokeColor, getTransformationMatrix, getX, getY, isAtPoint, isAtRectpublic Shape getPath()
public boolean isFill()
public boolean isStroke()
public boolean isEvenOddWindingRule()
public String toString()
toString in class PdfPageElement