Uses of Class
org.apache.poi.sl.usermodel.Placeholder
-
Packages that use Placeholder Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of Placeholder in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return Placeholder Modifier and Type Method Description PlaceholderHSLFPlaceholderDetails. getPlaceholder()PlaceholderHSLFShapePlaceholderDetails. getPlaceholder()PlaceholderHSLFSimpleShape. getPlaceholder()Methods in org.apache.poi.hslf.usermodel with parameters of type Placeholder Modifier and Type Method Description booleanHSLFSlide. getDisplayPlaceholder(Placeholder placeholder)HSLFSimpleShapeHSLFSheet. getPlaceholder(Placeholder type)Search placeholder by its typeHSLFPlaceholderDetailsHSLFNotes. getPlaceholderDetails(Placeholder placeholder)HSLFPlaceholderDetailsHSLFSheet. getPlaceholderDetails(Placeholder placeholder)voidHSLFPlaceholderDetails. setPlaceholder(Placeholder placeholder)voidHSLFShapePlaceholderDetails. setPlaceholder(Placeholder placeholder)voidHSLFSimpleShape. setPlaceholder(Placeholder placeholder) -
Uses of Placeholder in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return Placeholder Modifier and Type Method Description PlaceholderPlaceholderDetails. getPlaceholder()PlaceholderSimpleShape. getPlaceholder()static PlaceholderPlaceholder. lookupNativeNotes(int nativeId)static PlaceholderPlaceholder. lookupNativeNotesMaster(int nativeId)static PlaceholderPlaceholder. lookupNativeSlide(int nativeId)static PlaceholderPlaceholder. lookupNativeSlideMaster(int nativeId)static PlaceholderPlaceholder. lookupOoxml(int ooxmlId)static PlaceholderPlaceholder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Placeholder[]Placeholder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type Placeholder Modifier and Type Method Description booleanSlide. getDisplayPlaceholder(Placeholder placeholder)In XSLF, slidenumber and date shapes aren't marked as placeholders whereas in HSLF they are activated via a HeadersFooter configuration.SimpleShape<S,P>MasterSheet. getPlaceholder(Placeholder type)Return the placeholder shape for the specified typePlaceholderDetailsSheet. getPlaceholderDetails(Placeholder placeholder)Get the placeholder details for the given placeholder type.voidPlaceholderDetails. setPlaceholder(Placeholder placeholder)Specifies that the corresponding shape should be represented by the generating application as a placeholder.voidSimpleShape. setPlaceholder(Placeholder placeholder)Specifies that the corresponding shape should be represented by the generating application as a placeholder. -
Uses of Placeholder in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return Placeholder Modifier and Type Method Description PlaceholderXSLFPlaceholderDetails. getPlaceholder()PlaceholderXSLFShape. getPlaceholder()PlaceholderXSLFTextShape. getTextType()Methods in org.apache.poi.xslf.usermodel with parameters of type Placeholder Modifier and Type Method Description booleanXSLFSlide. getDisplayPlaceholder(Placeholder placeholder)XSLFSimpleShapeXSLFSheet. getPlaceholder(Placeholder ph)XSLFPlaceholderDetailsXSLFSheet. getPlaceholderDetails(Placeholder placeholder)protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextListStyleXSLFSlideMaster. getTextProperties(Placeholder textType)protected XSLFTextShapeXSLFSheet. getTextShapeByType(Placeholder type)voidXSLFBackground. setPlaceholder(Placeholder placeholder)voidXSLFConnectorShape. setPlaceholder(Placeholder placeholder)voidXSLFPictureShape. setPlaceholder(Placeholder placeholder)voidXSLFPlaceholderDetails. setPlaceholder(Placeholder placeholder)voidXSLFShape. setPlaceholder(Placeholder placeholder)voidXSLFTextShape. setPlaceholder(Placeholder placeholder)
-