Package org.docx4j.vml
Interface VmlAllCoreAttributes
- All Known Implementing Classes:
CTArc,CTCurve,CTGroup,CTImage,CTLine,CTOval,CTPolyLine,CTRect,CTRoundRect,CTShape,CTShapetype
public interface VmlAllCoreAttributes
Corresponds to attGroup ref=";urn:schemas-microsoft-com:vml}AG_AllCoreAttributes"
in the xsd.
- Since:
- 3.0.1
- Author:
- jharrop
-
Method Summary
Modifier and Type Method Description STTrueFalsegetAllowincell()Allow in Table CellSTTrueFalsegetAllowoverlap()Allow Shape Overlapjava.lang.StringgetAlt()Gets the value of the alt property.java.lang.StringgetBorderbottomcolor()Bottom Border Colorjava.lang.StringgetBorderleftcolor()Border Left Colorjava.lang.StringgetBorderrightcolor()Border Right Colorjava.lang.StringgetBordertopcolor()Border Top ColorSTTrueFalsegetBullet()Graphical BulletSTTrueFalsegetButton()Button Behavior Togglejava.lang.StringgetClazz()Gets the value of the clazz property.java.lang.StringgetCoordorigin()Gets the value of the coordorigin property.java.lang.StringgetCoordsize()Gets the value of the coordsize property.java.math.BigIntegergetDgmlayout()Diagram Node Layout Identifierjava.math.BigIntegergetDgmlayoutmru()Diagram Node Recent Layout Identifierjava.math.BigIntegergetDgmnodekind()Diagram Node IdentifierSTTrueFalsegetDoubleclicknotify()Double-click Notification Togglejava.lang.StringgetFillcolor()Gets the value of the fillcolor property.STTrueFalsegetFilled()Gets the value of the filled property.STTrueFalsegetHr()Horizontal Rule ToggleSTHrAligngetHralign()Horizontal Rule Alignmentjava.lang.StringgetHref()Gets the value of the href property.STTrueFalsegetHrnoshade()Horizontal Rule 3D Shading Togglejava.lang.FloatgetHrpct()Horizontal Rule Length PercentageSTTrueFalsegetHrstd()Horizontal Rule Standard Display ToggleSTInsetModegetInsetmode()Text Inset ModeSTTrueFalsegetOned()Shape Handle ToggleSTTrueFalsegetPrint()Gets the value of the print property.java.math.BigIntegergetRegroupid()Regroup IDjava.lang.StringgetSpid()Optional Stringjava.lang.StringgetStyle()Gets the value of the style property.java.lang.StringgetTarget()Gets the value of the target property.java.lang.StringgetTitle()Gets the value of the title property.STTrueFalsegetUserdrawn()Exists In Master SlideSTTrueFalsegetUserhidden()Hide Script Anchorsjava.lang.StringgetVmlId()Gets the value of the vmlId property.java.lang.StringgetWrapcoords()Gets the value of the wrapcoords property.voidsetAllowincell(STTrueFalse value)Sets the value of the allowincell property.voidsetAllowoverlap(STTrueFalse value)Sets the value of the allowoverlap property.voidsetAlt(java.lang.String value)Sets the value of the alt property.voidsetBorderbottomcolor(java.lang.String value)Sets the value of the borderbottomcolor property.voidsetBorderleftcolor(java.lang.String value)Sets the value of the borderleftcolor property.voidsetBorderrightcolor(java.lang.String value)Sets the value of the borderrightcolor property.voidsetBordertopcolor(java.lang.String value)Sets the value of the bordertopcolor property.voidsetBullet(STTrueFalse value)Sets the value of the bullet property.voidsetButton(STTrueFalse value)Sets the value of the button property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetCoordorigin(java.lang.String value)Sets the value of the coordorigin property.voidsetCoordsize(java.lang.String value)Sets the value of the coordsize property.voidsetDgmlayout(java.math.BigInteger value)Sets the value of the dgmlayout property.voidsetDgmlayoutmru(java.math.BigInteger value)Sets the value of the dgmlayoutmru property.voidsetDgmnodekind(java.math.BigInteger value)Sets the value of the dgmnodekind property.voidsetDoubleclicknotify(STTrueFalse value)Sets the value of the doubleclicknotify property.voidsetFillcolor(java.lang.String value)Sets the value of the fillcolor property.voidsetFilled(STTrueFalse value)Sets the value of the filled property.voidsetHr(STTrueFalse value)Sets the value of the hr property.voidsetHralign(STHrAlign value)Sets the value of the hralign property.voidsetHref(java.lang.String value)Sets the value of the href property.voidsetHrnoshade(STTrueFalse value)Sets the value of the hrnoshade property.voidsetHrpct(java.lang.Float value)Sets the value of the hrpct property.voidsetHrstd(STTrueFalse value)Sets the value of the hrstd property.voidsetInsetmode(STInsetMode value)Sets the value of the insetmode property.voidsetOned(STTrueFalse value)Sets the value of the oned property.voidsetPrint(STTrueFalse value)Sets the value of the print property.voidsetRegroupid(java.math.BigInteger value)Sets the value of the regroupid property.voidsetSpid(java.lang.String value)Sets the value of the spid property.voidsetStyle(java.lang.String value)Sets the value of the style property.voidsetTarget(java.lang.String value)Sets the value of the target property.voidsetTitle(java.lang.String value)Sets the value of the title property.voidsetUserdrawn(STTrueFalse value)Sets the value of the userdrawn property.voidsetUserhidden(STTrueFalse value)Sets the value of the userhidden property.voidsetVmlId(java.lang.String value)Sets the value of the vmlId property.voidsetWrapcoords(java.lang.String value)Sets the value of the wrapcoords property.
-
Method Details
-
getHref
java.lang.String getHref()Gets the value of the href property.- Returns:
- possible object is ;@link String }
-
setHref
void setHref(java.lang.String value)Sets the value of the href property.- Parameters:
value- allowed object is ;@link String }
-
getTarget
java.lang.String getTarget()Gets the value of the target property.- Returns:
- possible object is ;@link String }
-
setTarget
void setTarget(java.lang.String value)Sets the value of the target property.- Parameters:
value- allowed object is ;@link String }
-
getClazz
java.lang.String getClazz()Gets the value of the clazz property.- Returns:
- possible object is ;@link String }
-
setClazz
void setClazz(java.lang.String value)Sets the value of the clazz property.- Parameters:
value- allowed object is ;@link String }
-
getTitle
java.lang.String getTitle()Gets the value of the title property.- Returns:
- possible object is ;@link String }
-
setTitle
void setTitle(java.lang.String value)Sets the value of the title property.- Parameters:
value- allowed object is ;@link String }
-
getAlt
java.lang.String getAlt()Gets the value of the alt property.- Returns:
- possible object is ;@link String }
-
setAlt
void setAlt(java.lang.String value)Sets the value of the alt property.- Parameters:
value- allowed object is ;@link String }
-
getCoordsize
java.lang.String getCoordsize()Gets the value of the coordsize property.- Returns:
- possible object is ;@link String }
-
setCoordsize
void setCoordsize(java.lang.String value)Sets the value of the coordsize property.- Parameters:
value- allowed object is ;@link String }
-
getCoordorigin
java.lang.String getCoordorigin()Gets the value of the coordorigin property.- Returns:
- possible object is ;@link String }
-
setCoordorigin
void setCoordorigin(java.lang.String value)Sets the value of the coordorigin property.- Parameters:
value- allowed object is ;@link String }
-
getWrapcoords
java.lang.String getWrapcoords()Gets the value of the wrapcoords property.- Returns:
- possible object is ;@link String }
-
setWrapcoords
void setWrapcoords(java.lang.String value)Sets the value of the wrapcoords property.- Parameters:
value- allowed object is ;@link String }
-
getPrint
STTrueFalse getPrint()Gets the value of the print property.- Returns:
- possible object is ;@link org.docx4j.vml.STTrueFalse }
-
setPrint
Sets the value of the print property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.STTrueFalse }
-
getStyle
java.lang.String getStyle()Gets the value of the style property.- Returns:
- possible object is ;@link String }
-
setStyle
void setStyle(java.lang.String value)Sets the value of the style property.- Parameters:
value- allowed object is ;@link String }
-
getVmlId
java.lang.String getVmlId()Gets the value of the vmlId property.- Returns:
- possible object is ;@link String }
-
setVmlId
void setVmlId(java.lang.String value)Sets the value of the vmlId property.- Parameters:
value- allowed object is ;@link String }
-
getSpid
java.lang.String getSpid()Optional String- Returns:
- possible object is ;@link String }
-
setSpid
void setSpid(java.lang.String value)Sets the value of the spid property.- Parameters:
value- allowed object is ;@link String }
-
getOned
STTrueFalse getOned()Shape Handle Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setOned
Sets the value of the oned property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getRegroupid
java.math.BigInteger getRegroupid()Regroup ID- Returns:
- possible object is ;@link BigInteger }
-
setRegroupid
void setRegroupid(java.math.BigInteger value)Sets the value of the regroupid property.- Parameters:
value- allowed object is ;@link BigInteger }
-
getDoubleclicknotify
STTrueFalse getDoubleclicknotify()Double-click Notification Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setDoubleclicknotify
Sets the value of the doubleclicknotify property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getButton
STTrueFalse getButton()Button Behavior Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setButton
Sets the value of the button property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getBullet
STTrueFalse getBullet()Graphical Bullet- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setBullet
Sets the value of the bullet property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getHr
STTrueFalse getHr()Horizontal Rule Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setHr
Sets the value of the hr property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getHrstd
STTrueFalse getHrstd()Horizontal Rule Standard Display Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setHrstd
Sets the value of the hrstd property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getHrnoshade
STTrueFalse getHrnoshade()Horizontal Rule 3D Shading Toggle- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setHrnoshade
Sets the value of the hrnoshade property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getHrpct
java.lang.Float getHrpct()Horizontal Rule Length Percentage- Returns:
- possible object is ;@link Float }
-
setHrpct
void setHrpct(java.lang.Float value)Sets the value of the hrpct property.- Parameters:
value- allowed object is ;@link Float }
-
getHralign
STHrAlign getHralign()Horizontal Rule Alignment- Returns:
- possible object is ;@link STHrAlign }
-
setHralign
Sets the value of the hralign property.- Parameters:
value- allowed object is ;@link STHrAlign }
-
getAllowincell
STTrueFalse getAllowincell()Allow in Table Cell- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setAllowincell
Sets the value of the allowincell property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getAllowoverlap
STTrueFalse getAllowoverlap()Allow Shape Overlap- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setAllowoverlap
Sets the value of the allowoverlap property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getUserdrawn
STTrueFalse getUserdrawn()Exists In Master Slide- Returns:
- possible object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
setUserdrawn
Sets the value of the userdrawn property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.officedrawing.STTrueFalse }
-
getBordertopcolor
java.lang.String getBordertopcolor()Border Top Color- Returns:
- possible object is ;@link String }
-
setBordertopcolor
void setBordertopcolor(java.lang.String value)Sets the value of the bordertopcolor property.- Parameters:
value- allowed object is ;@link String }
-
getBorderleftcolor
java.lang.String getBorderleftcolor()Border Left Color- Returns:
- possible object is ;@link String }
-
setBorderleftcolor
void setBorderleftcolor(java.lang.String value)Sets the value of the borderleftcolor property.- Parameters:
value- allowed object is ;@link String }
-
getBorderbottomcolor
java.lang.String getBorderbottomcolor()Bottom Border Color- Returns:
- possible object is ;@link String }
-
setBorderbottomcolor
void setBorderbottomcolor(java.lang.String value)Sets the value of the borderbottomcolor property.- Parameters:
value- allowed object is ;@link String }
-
getBorderrightcolor
java.lang.String getBorderrightcolor()Border Right Color- Returns:
- possible object is ;@link String }
-
setBorderrightcolor
void setBorderrightcolor(java.lang.String value)Sets the value of the borderrightcolor property.- Parameters:
value- allowed object is ;@link String }
-
getDgmlayout
java.math.BigInteger getDgmlayout()Diagram Node Layout Identifier- Returns:
- possible object is ;@link BigInteger }
-
setDgmlayout
void setDgmlayout(java.math.BigInteger value)Sets the value of the dgmlayout property.- Parameters:
value- allowed object is ;@link BigInteger }
-
getDgmnodekind
java.math.BigInteger getDgmnodekind()Diagram Node Identifier- Returns:
- possible object is ;@link BigInteger }
-
setDgmnodekind
void setDgmnodekind(java.math.BigInteger value)Sets the value of the dgmnodekind property.- Parameters:
value- allowed object is ;@link BigInteger }
-
getDgmlayoutmru
java.math.BigInteger getDgmlayoutmru()Diagram Node Recent Layout Identifier- Returns:
- possible object is ;@link BigInteger }
-
setDgmlayoutmru
void setDgmlayoutmru(java.math.BigInteger value)Sets the value of the dgmlayoutmru property.- Parameters:
value- allowed object is ;@link BigInteger }
-
getInsetmode
STInsetMode getInsetmode()Text Inset Mode- Returns:
- possible object is ;@link STInsetMode }
-
setInsetmode
Sets the value of the insetmode property.- Parameters:
value- allowed object is ;@link STInsetMode }
-
getFilled
STTrueFalse getFilled()Gets the value of the filled property.- Returns:
- possible object is ;@link org.docx4j.vml.STTrueFalse }
-
setFilled
Sets the value of the filled property.- Parameters:
value- allowed object is ;@link org.docx4j.vml.STTrueFalse }
-
getFillcolor
java.lang.String getFillcolor()Gets the value of the fillcolor property.- Returns:
- possible object is ;@link String }
-
setFillcolor
void setFillcolor(java.lang.String value)Sets the value of the fillcolor property.- Parameters:
value- allowed object is ;@link String }
-