PXC_AnnotLineEndingStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotLineEndingStyle Enumeration}}
 
{{#customTitle:PXC_AnnotLineEndingStyle Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_AnnotLineEndingStyle|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_AnnotLineEndingStyle
 
<pre class="brush:cpp;gutter:false">enum PXC_AnnotLineEndingStyle
 
{
 
{
     LE_None = 0;
+
     LE_None         = 0,
     LE_Square = 1;
+
     LE_Square       = 1,
     LE_Circle = 2;
+
     LE_Circle       = 2,
     LE_Diamond = 3;
+
     LE_Diamond     = 3,
     LE_OpenArrow = 4;
+
     LE_OpenArrow   = 4,
     LE_ClosedArrow = 5;
+
     LE_ClosedArrow = 5,
     LE_Butt = 6;
+
     LE_Butt         = 6,
     LE_ROpenArrow = 7;
+
     LE_ROpenArrow   = 7,
     LE_RClosedArrow = 8;
+
     LE_RClosedArrow = 8,
     LE_Slash = 9;
+
     LE_Slash       = 9,
     _LE_Last_ = 10;
+
     _LE_Last_       = 10,
 
};
 
};
 
</pre>
 
</pre>
Line 48: Line 50:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_AnnotData_FreeText_LineEndingStyle|IPXC_AnnotData_FreeText::LineEndingStyle]], [[PXV:IPXC_AnnotData_Line_GetLineEndings|IPXC_AnnotData_Line::GetLineEndings]], [[PXV:IPXC_AnnotData_Line_SetLineEndings|IPXC_AnnotData_Line::SetLineEndings]], [[PXV:IPXC_AnnotData_Poly_GetLineEndings|IPXC_AnnotData_Poly::GetLineEndings]], [[PXV:IPXC_AnnotData_Poly_SetLineEndings|IPXC_AnnotData_Poly::SetLineEndings]]

Latest revision as of 10:34, 23 May 2015


Specifies the ...

Syntax

enum PXC_AnnotLineEndingStyle
{
    LE_None         = 0,
    LE_Square       = 1,
    LE_Circle       = 2,
    LE_Diamond      = 3,
    LE_OpenArrow    = 4,
    LE_ClosedArrow  = 5,
    LE_Butt         = 6,
    LE_ROpenArrow   = 7,
    LE_RClosedArrow = 8,
    LE_Slash        = 9,
    _LE_Last_       = 10,
};

Constants

LE_None
The ...
LE_Square
The ...
LE_Circle
The ...
LE_Diamond
The ...
LE_OpenArrow
The ...
LE_ClosedArrow
The ...
LE_Butt
The ...
LE_ROpenArrow
The ...
LE_RClosedArrow
The ...
LE_Slash
The ...
_LE_Last_
The ...

See Also

IPXC_AnnotData_FreeText::LineEndingStyle, IPXC_AnnotData_Line::GetLineEndings, IPXC_AnnotData_Line::SetLineEndings, IPXC_AnnotData_Poly::GetLineEndings, IPXC_AnnotData_Poly::SetLineEndings