|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDAttributeObject
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDStandardAttributeObject
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDExportFormatAttributeObject
public class PDExportFormatAttributeObject
An Export Format attribute object.
Field Summary | |
---|---|
static java.lang.String |
OWNER_CSS_1_00
standard attribute owner: CSS-1.00 |
static java.lang.String |
OWNER_CSS_2_00
standard attribute owner: CSS-2.00 |
static java.lang.String |
OWNER_HTML_3_20
standard attribute owner: HTML-3.2 |
static java.lang.String |
OWNER_HTML_4_01
standard attribute owner: HTML-4.01 |
static java.lang.String |
OWNER_OEB_1_00
standard attribute owner: OEB-1.00 |
static java.lang.String |
OWNER_RTF_1_05
standard attribute owner: RTF-1.05 |
static java.lang.String |
OWNER_XML_1_00
standard attribute owner: XML-1.00 |
Fields inherited from class org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDStandardAttributeObject |
---|
UNSPECIFIED |
Constructor Summary | |
---|---|
PDExportFormatAttributeObject(COSDictionary dictionary)
Creates a new ExportFormat attribute object with a given dictionary. |
|
PDExportFormatAttributeObject(java.lang.String owner)
Default constructor. |
Method Summary | |
---|---|
int |
getColSpan()
Gets the number of columns in the enclosing table that shall be spanned by the cell (ColSpan). |
java.lang.String[] |
getHeaders()
Gets the headers (Headers). |
java.lang.String |
getListNumbering()
Gets the list numbering (ListNumbering). |
int |
getRowSpan()
Gets the number of rows in the enclosing table that shall be spanned by the cell (RowSpan). |
java.lang.String |
getScope()
Gets the scope (Scope). |
java.lang.String |
getSummary()
Gets the summary of the table???s purpose and structure. |
void |
setColSpan(int colSpan)
Sets the number of columns in the enclosing table that shall be spanned by the cell (ColSpan). |
void |
setHeaders(java.lang.String[] headers)
Sets the headers (Headers). |
void |
setListNumbering(java.lang.String listNumbering)
Sets the list numbering (ListNumbering). |
void |
setRowSpan(int rowSpan)
Sets the number of rows in the enclosing table that shall be spanned by the cell (RowSpan). |
void |
setScope(java.lang.String scope)
Sets the scope (Scope). |
void |
setSummary(java.lang.String summary)
Sets the summary of the table???s purpose and structure. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDStandardAttributeObject |
---|
getArrayOfString, getColor, getColorOrFourColors, getInteger, getName, getName, getNameOrArrayOfName, getNumber, getNumber, getNumberOrArrayOfNumber, getNumberOrName, getString, isSpecified, setArrayOfName, setArrayOfNumber, setArrayOfString, setColor, setFourColors, setInteger, setName, setNumber, setNumber, setString |
Methods inherited from class org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDAttributeObject |
---|
arrayToString, arrayToString, create, getOwner, isEmpty, notifyChanged, potentiallyNotifyChanged, setOwner, setStructureElement |
Methods inherited from class org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper |
---|
equals, getCOSDictionary, getCOSObject, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OWNER_XML_1_00
public static final java.lang.String OWNER_HTML_3_20
public static final java.lang.String OWNER_HTML_4_01
public static final java.lang.String OWNER_OEB_1_00
public static final java.lang.String OWNER_RTF_1_05
public static final java.lang.String OWNER_CSS_1_00
public static final java.lang.String OWNER_CSS_2_00
Constructor Detail |
---|
public PDExportFormatAttributeObject(java.lang.String owner)
public PDExportFormatAttributeObject(COSDictionary dictionary)
dictionary
- the dictionaryMethod Detail |
---|
public java.lang.String getListNumbering()
#LIST_NUMBERING_NONE
.
public void setListNumbering(java.lang.String listNumbering)
#LIST_NUMBERING_NONE
,#LIST_NUMBERING_DISC
,#LIST_NUMBERING_CIRCLE
,#LIST_NUMBERING_SQUARE
,#LIST_NUMBERING_DECIMAL
,#LIST_NUMBERING_UPPER_ROMAN
,#LIST_NUMBERING_LOWER_ROMAN
,#LIST_NUMBERING_UPPER_ALPHA
,#LIST_NUMBERING_LOWER_ALPHA
.
listNumbering
- the list numberingpublic int getRowSpan()
public void setRowSpan(int rowSpan)
rowSpan
- the row spanpublic int getColSpan()
public void setColSpan(int colSpan)
colSpan
- the column spanpublic java.lang.String[] getHeaders()
PDStructureElement.getElementIdentifier()
) for a TH structure
element that shall be used as a header associated with this cell.
public void setHeaders(java.lang.String[] headers)
PDStructureElement.getElementIdentifier()
) for a TH structure
element that shall be used as a header associated with this cell.
headers
- the headerspublic java.lang.String getScope()
public void setScope(java.lang.String scope)
#SCOPE_ROW
,#SCOPE_COLUMN
, or#SCOPE_BOTH
.
scope
- the scopepublic java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary
- the summarypublic java.lang.String toString()
toString
in class PDLayoutAttributeObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |