StructureTypeStandard
Overview
StructureTypeStandard is a class in Aspose.PDF FOSS for Java.
Standard structure types for Tagged PDF (ISO 32000-1:2008, §14.8.4, Tables 333–338).
This class provides 6 methods for working with StructureTypeStandard objects in Java programs.
Available methods include: equals, fromName, getName, getStandardTypes, hashCode, toString.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: Annot, Art, BibEntry, BlockQuote, Caption, Code, and 45 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Returns the structure type name (e.g., “P”, “H1”, “Table”). |
standardTypes | Map<String, StructureTypeStandard> | Read | Returns an unmodifiable map of all standard type names. |
Document | StructureTypeStandard | Read | Gets the document. |
Part | StructureTypeStandard | Read | Gets the part. |
Art | StructureTypeStandard | Read | Gets the art. |
Sect | StructureTypeStandard | Read | Gets the sect. |
Div | StructureTypeStandard | Read | Gets the div. |
BlockQuote | StructureTypeStandard | Read | Gets the block quote. |
Caption | StructureTypeStandard | Read | Gets the caption. |
TOC | StructureTypeStandard | Read | Gets the toc. |
TOCI | StructureTypeStandard | Read | Gets the toci. |
Index | StructureTypeStandard | Read | Gets the index. |
NonStruct | StructureTypeStandard | Read | Gets the non struct. |
Private | StructureTypeStandard | Read | Gets the private. |
P | StructureTypeStandard | Read | Gets the p. |
H | StructureTypeStandard | Read | Gets the h. |
H1 | StructureTypeStandard | Read | Gets the h1. |
H2 | StructureTypeStandard | Read | Gets the h2. |
H3 | StructureTypeStandard | Read | Gets the h3. |
H4 | StructureTypeStandard | Read | Gets the h4. |
H5 | StructureTypeStandard | Read | Gets the h5. |
H6 | StructureTypeStandard | Read | Gets the h6. |
L | StructureTypeStandard | Read | Gets the l. |
LI | StructureTypeStandard | Read | Gets the li. |
Lbl | StructureTypeStandard | Read | Gets the lbl. |
LBody | StructureTypeStandard | Read | Gets the l body. |
Table | StructureTypeStandard | Read | Gets the table. |
TR | StructureTypeStandard | Read | Gets the tr. |
TH | StructureTypeStandard | Read | Gets the th. |
TD | StructureTypeStandard | Read | Gets the td. |
THead | StructureTypeStandard | Read | Gets the t head. |
TBody | StructureTypeStandard | Read | Gets the t body. |
TFoot | StructureTypeStandard | Read | Gets the t foot. |
Span | StructureTypeStandard | Read | Gets the span. |
Quote | StructureTypeStandard | Read | Gets the quote. |
Note | StructureTypeStandard | Read | Gets the note. |
Reference | StructureTypeStandard | Read | Gets the reference. |
BibEntry | StructureTypeStandard | Read | Gets the bib entry. |
Code | StructureTypeStandard | Read | Gets the code. |
Link | StructureTypeStandard | Read | Gets the link. |
Annot | StructureTypeStandard | Read | Gets the annot. |
Figure | StructureTypeStandard | Read | Gets the figure. |
Formula | StructureTypeStandard | Read | Gets the formula. |
Form | StructureTypeStandard | Read | Gets the form. |
Ruby | StructureTypeStandard | Read | Gets the ruby. |
RB | StructureTypeStandard | Read | Gets the rb. |
RT | StructureTypeStandard | Read | Gets the rt. |
RP | StructureTypeStandard | Read | Gets the rp. |
Warichu | StructureTypeStandard | Read | Gets the warichu. |
WT | StructureTypeStandard | Read | Gets the wt. |
WP | StructureTypeStandard | Read | Gets the wp. |
Methods
| Signature | Description |
|---|---|
getName() → String | Returns the structure type name (e.g., “P”, “H1”, “Table”). |
toString() → String | |
equals(o: Object) → boolean | |
hashCode() → int | |
fromName(name: String) → StructureTypeStandard | Looks up a standard structure type by name. |
getStandardTypes() → Map<String, StructureTypeStandard> | Returns an unmodifiable map of all standard type names. |