Enum PdfTagType
Represents the tag type
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum PdfTagType
Fields
| Name | Description |
|---|---|
| Annotation | Represents the tag type as Annotation |
| Article | Represents the tag type as Article |
| BibliographyEntry | Represents the tag type as BibliographyEntry |
| BlockQuotation | Represents the tag type as BlockQuotation |
| Caption | Represents the tag type as Caption |
| Code | Represents the tag type as Code |
| Division | Represents the tag type as Division |
| Document | Represents the tag type as Document |
| Figure | Represents the tag type as Figure |
| Form | Represents the tag type as Form |
| Formula | Represents the tag type as Formula |
| Heading | Represents the tag type as Heading |
| HeadingLevel1 | Represents the tag type as HeadingLevel1 |
| HeadingLevel2 | Represents the tag type as HeadingLevel2 |
| HeadingLevel3 | Represents the tag type as HeadingLevel3 |
| HeadingLevel4 | Represents the tag type as HeadingLevel4 |
| HeadingLevel5 | Represents the tag type as HeadingLevel5 |
| HeadingLevel6 | Represents the tag type as HeadingLevel6 |
| Index | Represents the tag type as Index |
| Label | Represents the tag type as Label |
| Link | Represents the tag type as Link |
| List | Represents the tag type as List |
| ListBody | Represents the tag type as ListBody |
| ListItem | Represents the tag type as ListItem |
| None | Represents the tag type as None |
| Note | Represents the tag type as Note |
| Paragraph | Represents the tag type as Paragraph |
| Part | Represents the tag type as Part |
| Private | Represents the tag type as Private |
| Quotation | Represents the tag type as Quotation |
| Reference | Represents the tag type as Reference |
| Ruby | Represents the tag type as Ruby |
| Section | Represents the tag type as Section |
| Span | Represents the tag type as Span |
| Table | Represents the tag type as Table |
| TableBodyRowGroup | Represents the tag type as TableBodyRowGroup |
| TableDataCell | Represents the tag type as TableDataCell |
| TableFooterRowGroup | Represents the tag type as TableFooterRowGroup |
| TableHeader | Represents the tag type as TableHeader |
| TableHeaderRowGroup | Represents the tag type as TableHeaderRowGroup |
| TableOfContent | Represents the tag type as TableOfContent |
| TableOfContentItem | Represents the tag type as TableOfContentItem |
| TableRow | Represents the tag type as TableRow |
| Warichu | Represents the tag type as Warichu |