public class XSLFShadow extends XSLFShape implements Shadow<XSLFShape,XSLFTextParagraph>
| Modifier and Type | Method and Description |
|---|---|
java.awt.Rectangle |
getAnchor()
Returns the anchor (the bounding box rectangle) of this shape.
|
double |
getAngle() |
double |
getBlur() |
double |
getDistance() |
java.awt.Color |
getFillColor() |
PaintStyle.SolidPaint |
getFillStyle() |
XSLFSimpleShape |
getShadowParent() |
void |
setAnchor(java.awt.Rectangle anchor) |
fetchShapeProperty, getBgPr, getBgRef, getCNvPr, getCTPlaceholder, getFillPaint, getGrpSpPr, getPaint, getParent, getShapeId, getShapeName, getSheet, getSpPr, getSpStyle, getXmlObject, selectPaint, selectPaint, selectPaint, selectPaint, selectPaint, selectProperty, setParent, setPlaceholderpublic XSLFSimpleShape getShadowParent()
getShadowParent in interface Shadow<XSLFShape,XSLFTextParagraph>public java.awt.Rectangle getAnchor()
ShapegetAnchor in interface Shape<XSLFShape,XSLFTextParagraph>public void setAnchor(java.awt.Rectangle anchor)
public double getDistance()
getDistance in interface Shadow<XSLFShape,XSLFTextParagraph>public double getAngle()
getAngle in interface Shadow<XSLFShape,XSLFTextParagraph>public double getBlur()
getBlur in interface Shadow<XSLFShape,XSLFTextParagraph>public java.awt.Color getFillColor()
public PaintStyle.SolidPaint getFillStyle()
getFillStyle in interface Shadow<XSLFShape,XSLFTextParagraph>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.