Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command.CTGraphicFrameChanges
Packages that use CTGraphicFrameChanges
Package
Description
-
Uses of CTGraphicFrameChanges in org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command
Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2013.main.command that return CTGraphicFrameChangesModifier and TypeMethodDescriptionObjectFactory.createCTGraphicFrameChanges()Create an instance ofCTGraphicFrameChanges -
Uses of CTGraphicFrameChanges in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2013.main.command
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2013.main.command with type parameters of type CTGraphicFrameChangesModifier and TypeFieldDescriptionprotected List<CTGraphicFrameChanges>CTMainMasterChanges.graphicFrameChgprotected List<CTGraphicFrameChanges>CTSlideChanges.graphicFrameChgprotected List<CTGraphicFrameChanges>CTSlideLayoutChanges.graphicFrameChgMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2013.main.command that return types with arguments of type CTGraphicFrameChangesModifier and TypeMethodDescriptionCTMainMasterChanges.getGraphicFrameChg()Gets the value of the graphicFrameChg property.CTSlideChanges.getGraphicFrameChg()Gets the value of the graphicFrameChg property.CTSlideLayoutChanges.getGraphicFrameChg()Gets the value of the graphicFrameChg property.