|
||||||||||
| 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 String |
OWNER_CSS_1_00
standard attribute owner: CSS-1.00 |
static String |
OWNER_CSS_2_00
standard attribute owner: CSS-2.00 |
static String |
OWNER_HTML_3_20
standard attribute owner: HTML-3.2 |
static String |
OWNER_HTML_4_01
standard attribute owner: HTML-4.01 |
static String |
OWNER_OEB_1_00
standard attribute owner: OEB-1.00 |
static String |
OWNER_RTF_1_05
standard attribute owner: RTF-1.05 |
static 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(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). |
String[] |
getHeaders()
Gets the headers (Headers). |
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). |
String |
getScope()
Gets the scope (Scope). |
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(String[] headers)
Sets the headers (Headers). |
void |
setListNumbering(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(String scope)
Sets the scope (Scope). |
void |
setSummary(String summary)
Sets the summary of the table's purpose and structure. |
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 String OWNER_XML_1_00
public static final String OWNER_HTML_3_20
public static final String OWNER_HTML_4_01
public static final String OWNER_OEB_1_00
public static final String OWNER_RTF_1_05
public static final String OWNER_CSS_1_00
public static final String OWNER_CSS_2_00
| Constructor Detail |
|---|
public PDExportFormatAttributeObject(String owner)
public PDExportFormatAttributeObject(COSDictionary dictionary)
dictionary - the dictionary| Method Detail |
|---|
public String getListNumbering()
PDListAttributeObject.LIST_NUMBERING_NONE.
public void setListNumbering(String listNumbering)
PDListAttributeObject.LIST_NUMBERING_NONE,PDListAttributeObject.LIST_NUMBERING_DISC,PDListAttributeObject.LIST_NUMBERING_CIRCLE,PDListAttributeObject.LIST_NUMBERING_SQUARE,PDListAttributeObject.LIST_NUMBERING_DECIMAL,PDListAttributeObject.LIST_NUMBERING_UPPER_ROMAN,PDListAttributeObject.LIST_NUMBERING_LOWER_ROMAN,PDListAttributeObject.LIST_NUMBERING_UPPER_ALPHA,PDListAttributeObject.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 String[] getHeaders()
PDStructureElement.getElementIdentifier()) for a TH structure
element that shall be used as a header associated with this cell.
public void setHeaders(String[] headers)
PDStructureElement.getElementIdentifier()) for a TH structure
element that shall be used as a header associated with this cell.
headers - the headerspublic String getScope()
public void setScope(String scope)
PDTableAttributeObject.SCOPE_ROW,PDTableAttributeObject.SCOPE_COLUMN, orPDTableAttributeObject.SCOPE_BOTH.
scope - the scopepublic String getSummary()
public void setSummary(String summary)
summary - the summarypublic String toString()
toString in class PDLayoutAttributeObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||