-
- All Implemented Interfaces:
public class PDFBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PageProperty.RichText>captionprivate final Stringtypeprivate final FileDetailsfileprivate final ExternalFileDetailsexternal
-
Constructor Summary
Constructors Constructor Description PDFBlock.Element(List<PageProperty.RichText> caption, String type, FileDetails file, ExternalFileDetails external)PDFBlock.Element(List<PageProperty.RichText> caption, String type, FileDetails file)PDFBlock.Element(List<PageProperty.RichText> caption, String type)PDFBlock.Element(List<PageProperty.RichText> caption)PDFBlock.Element()
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>getCaption()final StringgetType()final FileDetailsgetFile()final ExternalFileDetailsgetExternal()-
-
Constructor Detail
-
PDFBlock.Element
PDFBlock.Element(List<PageProperty.RichText> caption, String type, FileDetails file, ExternalFileDetails external)
-
PDFBlock.Element
PDFBlock.Element(List<PageProperty.RichText> caption, String type, FileDetails file)
-
PDFBlock.Element
PDFBlock.Element(List<PageProperty.RichText> caption, String type)
-
PDFBlock.Element
PDFBlock.Element(List<PageProperty.RichText> caption)
-
PDFBlock.Element
PDFBlock.Element()
-
-
Method Detail
-
getCaption
final List<PageProperty.RichText> getCaption()
-
getFile
final FileDetails getFile()
-
getExternal
final ExternalFileDetails getExternal()
-
-
-
-