FOM Reference > Formatting > PDF > fPDFTagItem interface
  
fPDFTagItem interface
This object defines a PDF Tag.
required attribute
Designates this tag as required in the output pdf, and so it won't be removed, even if it doesn't contain any content.
By default, a matching pair of begin and end tags without content between them, will be discarded. Flagging a tag as required, prevents that from happening for items like cells for instance.
required
Access
read-write
Returns
boolean
tagName attribute
The name of the PDF tag to create. If not one of the standard Structure Types, this name must be present in the documents current PDF Role Map.
When a tag is created, the tags role is derived from the Role Map or a Structure Type of the same name.
tagName
Access
read-only
Returns
String
fPDFTagItem method
Creates a new PDF Tag Item with no properties.
fPDFTagItemname
Parameters
Stringname
The PDF Tag Name.
Returns
fPDFTagItem. A new instance of class fPDFTagItem.