Uses of Class
org.docx4j.dml.CTScene3D
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2010.main | |
| org.docx4j.dml | |
| org.docx4j.dml.diagram |
-
Uses of CTScene3D in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main
Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main that return types with arguments of type CTScene3D Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTScene3D>ObjectFactory. createHiddenScene3D(CTScene3D value)Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2010.main with parameters of type CTScene3D Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTScene3D>ObjectFactory. createHiddenScene3D(CTScene3D value) -
Uses of CTScene3D in org.docx4j.dml
Fields in org.docx4j.dml declared as CTScene3D Modifier and Type Field Description protected CTScene3DCTEffectStyleItem. scene3Dprotected CTScene3DCTGroupShapeProperties. scene3Dprotected CTScene3DCTShapeProperties. scene3Dprotected CTScene3DCTTextBodyProperties. scene3DMethods in org.docx4j.dml that return CTScene3D Modifier and Type Method Description CTScene3DObjectFactory. createCTScene3D()Create an instance ofCTScene3DCTScene3DCTEffectStyleItem. getScene3D()Gets the value of the scene3D property.CTScene3DCTGroupShapeProperties. getScene3D()Gets the value of the scene3D property.CTScene3DCTShapeProperties. getScene3D()Gets the value of the scene3D property.CTScene3DCTTextBodyProperties. getScene3D()Gets the value of the scene3D property.Methods in org.docx4j.dml with parameters of type CTScene3D Modifier and Type Method Description voidCTEffectStyleItem. setScene3D(CTScene3D value)Sets the value of the scene3D property.voidCTGroupShapeProperties. setScene3D(CTScene3D value)Sets the value of the scene3D property.voidCTShapeProperties. setScene3D(CTScene3D value)Sets the value of the scene3D property.voidCTTextBodyProperties. setScene3D(CTScene3D value)Sets the value of the scene3D property. -
Uses of CTScene3D in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as CTScene3D Modifier and Type Field Description protected CTScene3DCTStyleDefinition. scene3Dprotected CTScene3DCTStyleLabel. scene3DMethods in org.docx4j.dml.diagram that return CTScene3D Modifier and Type Method Description CTScene3DCTStyleDefinition. getScene3D()Gets the value of the scene3D property.CTScene3DCTStyleLabel. getScene3D()Gets the value of the scene3D property.Methods in org.docx4j.dml.diagram with parameters of type CTScene3D Modifier and Type Method Description voidCTStyleDefinition. setScene3D(CTScene3D value)Sets the value of the scene3D property.voidCTStyleLabel. setScene3D(CTScene3D value)Sets the value of the scene3D property.