Uses of Enum
org.docx4j.dml.STTileFlipMode
Packages that use STTileFlipMode
-
Uses of STTileFlipMode in org.docx4j.dml
Fields in org.docx4j.dml declared as STTileFlipModeModifier and TypeFieldDescriptionprotected STTileFlipModeCTGradientFillProperties.flipprotected STTileFlipModeCTTileInfoProperties.flipMethods in org.docx4j.dml that return STTileFlipModeModifier and TypeMethodDescriptionstatic STTileFlipModeCTGradientFillProperties.getFlip()Gets the value of the flip property.CTTileInfoProperties.getFlip()Gets the value of the flip property.static STTileFlipModeReturns 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 STTileFlipModeModifier and TypeMethodDescriptionvoidCTGradientFillProperties.setFlip(STTileFlipMode value) Sets the value of the flip property.voidCTTileInfoProperties.setFlip(STTileFlipMode value) Sets the value of the flip property.