DynaPDF Manual - Page 581

Previous Page 580   Index   Next Page 582

Function Reference
Page 581 of 839
OpenTag
Syntax:
LBOOL pdfOpenTag(
const PPDF* IPDF,
// Instance pointer
TPDFBaseTag Tag,
// The tag that should be created
const char* Lang,
// Optional RFC 3066 laguage identifier
const char* AltText,
// Optional alternate text
const char* Expansion) // Optional expansion of abbrevations or
// acronyms
typedef enum
{
btArt,
btArtifact,
// Artifact (contents that should be ignored)
btAnnot,
// An annotation must be inserted to finish the tag!
btBibEntry,
// Bibliography entry
btBlockQuote,
btCaption,
btCode,
btDiv,
btDocument,
btFigure,
btForm,
// A form field must be inserted to finish the tag!
btFormula,
btH,
btH1,
btH2,
btH3,
btH4,
btH5,
btH6,
btIndex,
btLink,
// A link annotation must be inserted to finish the tag (FileLink(), PageLink(),
// or WebLink()!
btList,
// L
btListElem,
// LI
btListText,
// LBody
btNote,
btP,
btPart,
btQuote,
btReference,
btSection,
// Sect
btSpan,
btTable,
btTableDataCell, // TD
btTableHeader,
// TH
btTableRow,
// TR
btTOC,
btTOCEntry,
// TOCI
btCL,
// CL (Continued List)
btLabel,
// Lbl
btRuby,
btWarichu,
// PDF 2.0 tags:
btAbbr,
btCallout,
btDek,
btEm,
btLineNum,
btReason,
btRedaction,
btSidebar,
 

Previous topic: OpenOutputFileEncrypted

Next topic: OpenTagBBox, OpenTagEx