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 TypeMethodDescriptionBlack-and-White ModeNormal Black-and-White ModePure Black-and-White ModeGets the value of the chromakey property.getClip()Clipping ToggleClip to Wrapping PolygonShape Connector TypeForce Dashed OutlineGets the value of the insetpen property.getOle()Embedded Object ToggleEmbedded Object Icon ToggleGets the value of the opacity property.Relative Resize TogglegetSpt()Optional NumberGets the value of the strokecolor property.Gets the value of the stroked property.Gets the value of the strokeweight property.voidSets the value of the bwmode property.voidsetBwnormal(STBWMode value) Sets the value of the bwnormal property.voidSets the value of the bwpure property.voidsetChromakey(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.voidSets the value of the ole property.voidsetOleicon(STTrueFalse value) Sets the value of the oleicon property.voidsetOpacity(String value) Sets the value of the opacity property.voidsetPreferrelative(STTrueFalse value) Sets the value of the preferrelative property.voidSets the value of the spt property.voidsetStrokecolor(String value) Sets the value of the strokecolor property.voidsetStroked(STTrueFalse value) Sets the value of the stroked property.voidsetStrokeweight(String value) Sets the value of the strokeweight property.
-
Method Details
-
getOpacity
String getOpacity()Gets the value of the opacity property.- Returns:
- possible object is ;@link String }
-
setOpacity
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
String getStrokecolor()Gets the value of the strokecolor property.- Returns:
- possible object is ;@link String }
-
setStrokecolor
Sets the value of the strokecolor property.- Parameters:
value- allowed object is ;@link String }
-
getStrokeweight
String getStrokeweight()Gets the value of the strokeweight property.- Returns:
- possible object is ;@link String }
-
setStrokeweight
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
String getChromakey()Gets the value of the chromakey property.- Returns:
- possible object is ;@link String }
-
setChromakey
Sets the value of the chromakey property.- Parameters:
value- allowed object is ;@link String }
-
getSpt
Float getSpt()Optional Number- Returns:
- possible object is ;@link Float }
-
setSpt
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
String getOle()Embedded Object Toggle- Returns:
- possible object is ;@link String }
-
setOle
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 }
-