PXC_AnnotLineEndingStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
<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>

Revision as of 11:05, 8 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

See also ...