Uses of Class
org.docx4j.dml.STTileFlipMode
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTileFlipMode in org.docx4j.dml
Fields in org.docx4j.dml declared as STTileFlipMode Modifier and Type Field Description protected STTileFlipModeCTGradientFillProperties. flipprotected STTileFlipModeCTTileInfoProperties. flipMethods in org.docx4j.dml that return STTileFlipMode Modifier and Type Method Description static STTileFlipModeSTTileFlipMode. fromValue(java.lang.String v)STTileFlipModeCTGradientFillProperties. getFlip()Gets the value of the flip property.STTileFlipModeCTTileInfoProperties. getFlip()Gets the value of the flip property.static STTileFlipModeSTTileFlipMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTileFlipMode[]STTileFlipMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STTileFlipMode Modifier and Type Method Description voidCTGradientFillProperties. setFlip(STTileFlipMode value)Sets the value of the flip property.voidCTTileInfoProperties. setFlip(STTileFlipMode value)Sets the value of the flip property.