Package org.docx4j.vml
Interface VmlAllShapeAttributes
- All Known Implementing Classes:
CTArc,CTCurve,CTImage,CTLine,CTOval,CTPolyLine,CTRect,CTRoundRect,CTShape,CTShapetype
public interface VmlAllShapeAttributes
Corresponds to attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllShapeAttributes"
in the xsd.
- Since:
- 3.0.1
- Author:
- jharrop
-
Method Summary
Modifier and Type Method Description STBWModegetBwmode()Black-and-White ModeSTBWModegetBwnormal()Normal Black-and-White ModeSTBWModegetBwpure()Pure Black-and-White Modejava.lang.StringgetChromakey()Gets the value of the chromakey property.STTrueFalsegetClip()Clipping ToggleSTTrueFalsegetCliptowrap()Clip to Wrapping PolygonSTConnectorTypegetConnectortype()Shape Connector TypeSTTrueFalsegetForcedash()Force Dashed OutlineSTTrueFalsegetInsetpen()Gets the value of the insetpen property.java.lang.StringgetOle()Embedded Object ToggleSTTrueFalsegetOleicon()Embedded Object Icon Togglejava.lang.StringgetOpacity()Gets the value of the opacity property.STTrueFalsegetPreferrelative()Relative Resize Togglejava.lang.FloatgetSpt()Optional Numberjava.lang.StringgetStrokecolor()Gets the value of the strokecolor property.STTrueFalsegetStroked()Gets the value of the stroked property.java.lang.StringgetStrokeweight()Gets the value of the strokeweight property.voidsetBwmode(STBWMode value)Sets the value of the bwmode property.voidsetBwnormal(STBWMode value)Sets the value of the bwnormal property.voidsetBwpure(STBWMode value)Sets the value of the bwpure property.voidsetChromakey(java.lang.String value)Sets the value of the chromakey property.voidsetClip(STTrueFalse value)Sets the value of the clip property.voidsetCliptowrap(STTrueFalse value)Sets the value of the cliptowrap property.voidsetConnectortype(STConnectorType value)Sets the value of the connectortype property.voidsetForcedash(STTrueFalse value)Sets the value of the forcedash property.voidsetInsetpen(STTrueFalse value)Sets the value of the insetpen property.voidsetOle(java.lang.String value)Sets the value of the ole property.voidsetOleicon(STTrueFalse value)Sets the value of the oleicon property.voidsetOpacity(java.lang.String value)Sets the value of the opacity property.voidsetPreferrelative(STTrueFalse value)Sets the value of the preferrelative property.voidsetSpt(java.lang.Float value)Sets the value of the spt property.voidsetStrokecolor(java.lang.String value)Sets the value of the strokecolor property.voidsetStroked(STTrueFalse value)Sets the value of the stroked property.voidsetStrokeweight(java.lang.String value)Sets the value of the strokeweight property.
-
Method Details
-
getOpacity
java.lang.String getOpacity()Gets the value of the opacity property.- Returns:
- possible object is ;@link String }
-
setOpacity
void setOpacity(java.lang.String value)Sets the value of the opacity property.- Parameters:
value- allowed object is ;@link String }
-
getStroked
STTrueFalse getStroked()Gets the value of the stroked property.- Returns:
- possible object is ;@link org.docx4j.vml.STTrueFalse }
-
setStroked
Sets the value of the stroked property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.STTrueFalse }
-
getStrokecolor
java.lang.String getStrokecolor()Gets the value of the strokecolor property.- Returns:
- possible object is ;@link String }
-
setStrokecolor
void setStrokecolor(java.lang.String value)Sets the value of the strokecolor property.- Parameters:
value- allowed object is ;@link String }
-
getStrokeweight
java.lang.String getStrokeweight()Gets the value of the strokeweight property.- Returns:
- possible object is ;@link String }
-
setStrokeweight
void setStrokeweight(java.lang.String value)Sets the value of the strokeweight property.- Parameters:
value- allowed object is ;@link String }
-
getInsetpen
STTrueFalse getInsetpen()Gets the value of the insetpen property.- Returns:
- possible object is ;@link org.docx4j.vml.STTrueFalse }
-
setInsetpen
Sets the value of the insetpen property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.STTrueFalse }
-
getChromakey
java.lang.String getChromakey()Gets the value of the chromakey property.- Returns:
- possible object is ;@link String }
-
setChromakey
void setChromakey(java.lang.String value)Sets the value of the chromakey property.- Parameters:
value- allowed object is ;@link String }
-
getSpt
java.lang.Float getSpt()Optional Number- Returns:
- possible object is ;@link Float }
-
setSpt
void setSpt(java.lang.Float value)Sets the value of the spt property.- Parameters:
value- allowed object is ;@link Float }
-
getConnectortype
STConnectorType getConnectortype()Shape Connector Type- Returns:
- possible object is ;@link STConnectorType }
-
setConnectortype
Sets the value of the connectortype property.- Parameters:
value- allowed object is ;@link STConnectorType }
-
getBwmode
STBWMode getBwmode()Black-and-White Mode- Returns:
- possible object is ;@link STBWMode }
-
setBwmode
Sets the value of the bwmode property.- Parameters:
value- allowed object is ;@link STBWMode }
-
getBwpure
STBWMode getBwpure()Pure Black-and-White Mode- Returns:
- possible object is ;@link STBWMode }
-
setBwpure
Sets the value of the bwpure property.- Parameters:
value- allowed object is ;@link STBWMode }
-
getBwnormal
STBWMode getBwnormal()Normal Black-and-White Mode- Returns:
- possible object is ;@link STBWMode }
-
setBwnormal
Sets the value of the bwnormal property.- Parameters:
value- allowed object is ;@link STBWMode }
-
getForcedash
STTrueFalse getForcedash()Force Dashed Outline- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setForcedash
Sets the value of the forcedash property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getOleicon
STTrueFalse getOleicon()Embedded Object Icon Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setOleicon
Sets the value of the oleicon property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getOle
java.lang.String getOle()Embedded Object Toggle- Returns:
- possible object is ;@link String }
-
setOle
void setOle(java.lang.String value)Sets the value of the ole property.- Parameters:
value- allowed object is ;@link String }
-
getPreferrelative
STTrueFalse getPreferrelative()Relative Resize Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setPreferrelative
Sets the value of the preferrelative property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getCliptowrap
STTrueFalse getCliptowrap()Clip to Wrapping Polygon- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setCliptowrap
Sets the value of the cliptowrap property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getClip
STTrueFalse getClip()Clipping Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setClip
Sets the value of the clip property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-