Uses of Class
org.pptx4j.model.ResolvedLayout
Packages that use ResolvedLayout
Package
Description
-
Uses of ResolvedLayout in org.docx4j.openpackaging.parts.PresentationML
Fields in org.docx4j.openpackaging.parts.PresentationML declared as ResolvedLayoutModifier and TypeFieldDescriptionprivate ResolvedLayoutSlideLayoutPart.resolvedLayoutprivate ResolvedLayoutSlideMasterPart.resolvedLayoutprivate ResolvedLayoutSlidePart.resolvedLayoutMethods in org.docx4j.openpackaging.parts.PresentationML that return ResolvedLayoutModifier and TypeMethodDescriptionSlideLayoutPart.getResolvedLayout()SlideMasterPart.getResolvedLayout()SlidePart.getResolvedLayout() -
Uses of ResolvedLayout in org.pptx4j.convert.out.svginhtml
Fields in org.pptx4j.convert.out.svginhtml declared as ResolvedLayoutMethods in org.pptx4j.convert.out.svginhtml that return ResolvedLayoutMethods in org.pptx4j.convert.out.svginhtml with parameters of type ResolvedLayoutModifier and TypeMethodDescriptionprivate static voidSvgExporter.svg(PresentationMLPackage presentationMLPackage, ResolvedLayout layout, Result result, SvgExporter.SvgSettings settings) private static StringSvgExporter.svg(PresentationMLPackage presentationMLPackage, ResolvedLayout layout, SvgExporter.SvgSettings settings) Constructors in org.pptx4j.convert.out.svginhtml with parameters of type ResolvedLayoutModifierConstructorDescriptionprotectedSvgConversionContext(SvgExporter.SvgSettings conversionSettings, PresentationMLPackage localPmlPackage, ResolvedLayout resolvedLayout) -
Uses of ResolvedLayout in org.pptx4j.model
Methods in org.pptx4j.model that return ResolvedLayoutModifier and TypeMethodDescriptionprotected ResolvedLayoutResolvedLayout.clone()static ResolvedLayoutResolvedLayout.resolveSlideLayout(SlideLayoutPart slideLayoutPart) Create a ResolvedLayout for a SlideLayoutPart.static ResolvedLayoutResolvedLayout.resolveSlideLayout(SlidePart slidePart) Create a ResolvedLayout for a SlidePart.