Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2018.hyperlinkcolor.STHyperlinkColor
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2018.hyperlinkcolor |
-
Uses of STHyperlinkColor in org.docx4j.com.microsoft.schemas.office.drawing.x2018.hyperlinkcolor
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2018.hyperlinkcolor declared as STHyperlinkColor Modifier and Type Field Description protected STHyperlinkColorCTHyperlinkColor. valMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2018.hyperlinkcolor that return STHyperlinkColor Modifier and Type Method Description static STHyperlinkColorSTHyperlinkColor. fromValue(java.lang.String v)STHyperlinkColorCTHyperlinkColor. getVal()Gets the value of the val property.static STHyperlinkColorSTHyperlinkColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STHyperlinkColor[]STHyperlinkColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2018.hyperlinkcolor with parameters of type STHyperlinkColor Modifier and Type Method Description voidCTHyperlinkColor. setVal(STHyperlinkColor value)Sets the value of the val property.