public class PdfMarkTextElement extends PdfMarkElement
elementType, relativeContainer, rotation| Constructor and Description | 
|---|
PdfMarkTextElement()  | 
PdfMarkTextElement(PadesVisualRectangle relativeContainer,
                  java.util.List<PdfTextSection> sections)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addTextSection(PdfTextSection textSection)  | 
java.util.List<PdfTextSection> | 
getTextSections()  | 
void | 
setTextSections(java.util.List<PdfTextSection> textSections)  | 
com.lacunasoftware.restpki.PdfMarkElementModel | 
toModel()  | 
getElementType, getRelativeContainer, getRotation, setElementType, setRelativeContainer, setRotationpublic PdfMarkTextElement()
public PdfMarkTextElement(PadesVisualRectangle relativeContainer, java.util.List<PdfTextSection> sections)
public com.lacunasoftware.restpki.PdfMarkElementModel toModel()
toModel in class PdfMarkElementpublic java.util.List<PdfTextSection> getTextSections()
public void setTextSections(java.util.List<PdfTextSection> textSections)
public void addTextSection(PdfTextSection textSection)