PTElementType
enum PTElementType
{
/// undefined element type
e_pte_null,
/// path object
e_ptpath,
/// marks the beginning of a text container
e_pttext_begin,
/// text object within a text container
e_pttext_obj,
/// indicates the start of the new text line
e_pttext_new_line,
/// marks the end of text container
e_pttext_end,
/// image XObject
e_ptimage,
/// inline image object
e_ptinline_ptimage,
/// shading object
e_pte_shading,
/// a form XObject
e_ptform,
/// push graphics state operator (q)
e_ptgroup_begin,
/// pop graphics state operator (Q)
e_ptgroup_end,
/// marks the beginning of marked content sequence (BMC, BDC)
e_ptmarked_content_begin,
/// marks the end of marked content sequence (EMC)
e_ptmarked_content_end,
/// designate a marked-content point (MP, DP)
e_ptmarked_content_point
}
Undocumented
-
undefined element type
Declaration
Objective-C
e_pte_null
-
path object
Declaration
Objective-C
e_ptpath
-
marks the beginning of a text container
Declaration
Objective-C
e_pttext_begin
-
text object within a text container
Declaration
Objective-C
e_pttext_obj
-
indicates the start of the new text line
Declaration
Objective-C
e_pttext_new_line
-
marks the end of text container
Declaration
Objective-C
e_pttext_end
-
image XObject
Declaration
Objective-C
e_ptimage
-
inline image object
Declaration
Objective-C
e_ptinline_ptimage
-
shading object
Declaration
Objective-C
e_pte_shading
-
a form XObject
Declaration
Objective-C
e_ptform
-
push graphics state operator (q)
Declaration
Objective-C
e_ptgroup_begin
-
pop graphics state operator (Q)
Declaration
Objective-C
e_ptgroup_end
-
marks the beginning of marked content sequence (BMC, BDC)
Declaration
Objective-C
e_ptmarked_content_begin
-
marks the end of marked content sequence (EMC)
Declaration
Objective-C
e_ptmarked_content_end
-
designate a marked-content point (MP, DP)
Declaration
Objective-C
e_ptmarked_content_point