StructureTypeStandard

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

NameTypeAccessDescription
nameStringReadReturns the structure type name (e.g., “P”, “H1”, “Table”).
standardTypesMap<String, StructureTypeStandard>ReadReturns an unmodifiable map of all standard type names.
DocumentStructureTypeStandardReadGets the document.
PartStructureTypeStandardReadGets the part.
ArtStructureTypeStandardReadGets the art.
SectStructureTypeStandardReadGets the sect.
DivStructureTypeStandardReadGets the div.
BlockQuoteStructureTypeStandardReadGets the block quote.
CaptionStructureTypeStandardReadGets the caption.
TOCStructureTypeStandardReadGets the toc.
TOCIStructureTypeStandardReadGets the toci.
IndexStructureTypeStandardReadGets the index.
NonStructStructureTypeStandardReadGets the non struct.
PrivateStructureTypeStandardReadGets the private.
PStructureTypeStandardReadGets the p.
HStructureTypeStandardReadGets the h.
H1StructureTypeStandardReadGets the h1.
H2StructureTypeStandardReadGets the h2.
H3StructureTypeStandardReadGets the h3.
H4StructureTypeStandardReadGets the h4.
H5StructureTypeStandardReadGets the h5.
H6StructureTypeStandardReadGets the h6.
LStructureTypeStandardReadGets the l.
LIStructureTypeStandardReadGets the li.
LblStructureTypeStandardReadGets the lbl.
LBodyStructureTypeStandardReadGets the l body.
TableStructureTypeStandardReadGets the table.
TRStructureTypeStandardReadGets the tr.
THStructureTypeStandardReadGets the th.
TDStructureTypeStandardReadGets the td.
THeadStructureTypeStandardReadGets the t head.
TBodyStructureTypeStandardReadGets the t body.
TFootStructureTypeStandardReadGets the t foot.
SpanStructureTypeStandardReadGets the span.
QuoteStructureTypeStandardReadGets the quote.
NoteStructureTypeStandardReadGets the note.
ReferenceStructureTypeStandardReadGets the reference.
BibEntryStructureTypeStandardReadGets the bib entry.
CodeStructureTypeStandardReadGets the code.
LinkStructureTypeStandardReadGets the link.
AnnotStructureTypeStandardReadGets the annot.
FigureStructureTypeStandardReadGets the figure.
FormulaStructureTypeStandardReadGets the formula.
FormStructureTypeStandardReadGets the form.
RubyStructureTypeStandardReadGets the ruby.
RBStructureTypeStandardReadGets the rb.
RTStructureTypeStandardReadGets the rt.
RPStructureTypeStandardReadGets the rp.
WarichuStructureTypeStandardReadGets the warichu.
WTStructureTypeStandardReadGets the wt.
WPStructureTypeStandardReadGets the wp.

Methods

SignatureDescription
getName()StringReturns the structure type name (e.g., “P”, “H1”, “Table”).
toString()String
equals(o: Object)boolean
hashCode()int
fromName(name: String)StructureTypeStandardLooks up a standard structure type by name.
getStandardTypes()Map<String, StructureTypeStandard>Returns an unmodifiable map of all standard type names.

See Also

 English