PXC_CIType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_CIType Enumeration}} | {{#customTitle:PXC_CIType Enumeration}} | ||
+ | {{#parentPage:PXV:PXC|PXC_CIType Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum PXC_CIType | <pre class="brush:cpp;gutter:false">enum PXC_CIType | ||
{ | { | ||
− | CIT_Unknown = -1; | + | CIT_Unknown = -1; |
− | CIT_Path = 0; | + | CIT_Path = 0; |
− | CIT_Text = 1; | + | CIT_Text = 1; |
− | CIT_Image = 2; | + | CIT_Image = 2; |
− | CIT_InlineImage = 3; | + | CIT_InlineImage = 3; |
− | CIT_XForm = 4; | + | CIT_XForm = 4; |
− | CIT_Shading = 5; | + | CIT_Shading = 5; |
− | CIT_Container = 6; | + | CIT_Container = 6; |
− | CIT_Place = 7; | + | CIT_Place = 7; |
CIT_BeginContainer = 8; | CIT_BeginContainer = 8; | ||
− | CIT_EndContainer = 9; | + | CIT_EndContainer = 9; |
− | CIT_Clip = 10; | + | CIT_Clip = 10; |
− | CIT__Last_ = 11; | + | CIT__Last_ = 11; |
}; | }; | ||
</pre> | </pre> |
Revision as of 06:00, 23 April 2015
Specifies the ...
Syntax
enum PXC_CIType { CIT_Unknown = -1; CIT_Path = 0; CIT_Text = 1; CIT_Image = 2; CIT_InlineImage = 3; CIT_XForm = 4; CIT_Shading = 5; CIT_Container = 6; CIT_Place = 7; CIT_BeginContainer = 8; CIT_EndContainer = 9; CIT_Clip = 10; CIT__Last_ = 11; };
Constants
- CIT_Unknown
- The ...
- CIT_Path
- The ...
- CIT_Text
- The ...
- CIT_Image
- The ...
- CIT_InlineImage
- The ...
- CIT_XForm
- The ...
- CIT_Shading
- The ...
- CIT_Container
- The ...
- CIT_Place
- The ...
- CIT_BeginContainer
- The ...
- CIT_EndContainer
- The ...
- CIT_Clip
- The ...
- CIT__Last_
- The ...
See Also
See also ...