PXC_CIType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CIType Enumeration}}
 
{{#customTitle:PXC_CIType Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_CIType|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<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>
Line 52: Line 56:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_ContentItems_InsertNewItem|IPXC_ContentItems::InsertNewItem]], [[PXV:IPXC_ContentItems_InsertNewItem2|IPXC_ContentItems::InsertNewItem2]], [[PXV:IPXC_ContentItems_ItemType|IPXC_ContentItems::ItemType]], [[PXV:IPXC_ContentItem_Type|IPXC_ContentItem::Type]]

Latest revision as of 10:35, 23 May 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

IPXC_ContentItems::InsertNewItem, IPXC_ContentItems::InsertNewItem2, IPXC_ContentItems::ItemType, IPXC_ContentItem::Type