Uses of Enum
org.docx4j.dml.STBlackWhiteMode
Packages that use STBlackWhiteMode
Package
Description
-
Uses of STBlackWhiteMode in org.docx4j.com.microsoft.schemas.office.drawing.x2010.chartDrawing
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2010.chartDrawing declared as STBlackWhiteModeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.chartDrawing that return STBlackWhiteModeModifier and TypeMethodDescriptionCTContentPart.getBwMode()Gets the value of the bwMode property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.chartDrawing with parameters of type STBlackWhiteModeModifier and TypeMethodDescriptionvoidCTContentPart.setBwMode(STBlackWhiteMode value) Sets the value of the bwMode property. -
Uses of STBlackWhiteMode in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main declared as STBlackWhiteModeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main that return STBlackWhiteModeModifier and TypeMethodDescriptionCTGvmlContentPart.getBwMode()Gets the value of the bwMode property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main with parameters of type STBlackWhiteModeModifier and TypeMethodDescriptionvoidCTGvmlContentPart.setBwMode(STBlackWhiteMode value) Sets the value of the bwMode property. -
Uses of STBlackWhiteMode in org.docx4j.com.microsoft.schemas.office.drawing.x2012.main
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.main declared as STBlackWhiteModeModifier and TypeFieldDescriptionprotected STBlackWhiteModeCTBackgroundPr.bwModeprotected STBlackWhiteModeCTBackgroundPr.bwNormalprotected STBlackWhiteModeCTBackgroundPr.bwPureMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.main that return STBlackWhiteModeModifier and TypeMethodDescriptionCTBackgroundPr.getBwMode()Gets the value of the bwMode property.CTBackgroundPr.getBwNormal()Gets the value of the bwNormal property.CTBackgroundPr.getBwPure()Gets the value of the bwPure property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.main with parameters of type STBlackWhiteModeModifier and TypeMethodDescriptionvoidCTBackgroundPr.setBwMode(STBlackWhiteMode value) Sets the value of the bwMode property.voidCTBackgroundPr.setBwNormal(STBlackWhiteMode value) Sets the value of the bwNormal property.voidCTBackgroundPr.setBwPure(STBlackWhiteMode value) Sets the value of the bwPure property. -
Uses of STBlackWhiteMode in org.docx4j.dml
Fields in org.docx4j.dml declared as STBlackWhiteModeModifier and TypeFieldDescriptionprotected STBlackWhiteModeCTGroupShapeProperties.bwModeprotected STBlackWhiteModeCTShapeProperties.bwModeMethods in org.docx4j.dml that return STBlackWhiteModeModifier and TypeMethodDescriptionstatic STBlackWhiteModeCTGroupShapeProperties.getBwMode()Gets the value of the bwMode property.CTShapeProperties.getBwMode()Gets the value of the bwMode property.static STBlackWhiteModeReturns the enum constant of this type with the specified name.static STBlackWhiteMode[]STBlackWhiteMode.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 STBlackWhiteModeModifier and TypeMethodDescriptionvoidCTGroupShapeProperties.setBwMode(STBlackWhiteMode value) Sets the value of the bwMode property.voidCTShapeProperties.setBwMode(STBlackWhiteMode value) Sets the value of the bwMode property. -
Uses of STBlackWhiteMode in org.docx4j.w14
Fields in org.docx4j.w14 declared as STBlackWhiteModeMethods in org.docx4j.w14 that return STBlackWhiteModeModifier and TypeMethodDescriptionCTWordContentPart.getBwMode()Gets the value of the bwMode property.Methods in org.docx4j.w14 with parameters of type STBlackWhiteModeModifier and TypeMethodDescriptionvoidCTWordContentPart.setBwMode(STBlackWhiteMode value) Sets the value of the bwMode property.