-
- All Implemented Interfaces:
public class PDFBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PageProperty.RichText>
caption
private final String
type
private final FileDetails
file
private final ExternalFileDetails
external
-
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 String
getType()
final FileDetails
getFile()
final ExternalFileDetails
getExternal()
-
-
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()
-
-
-
-