Documents for PDF, .NET Edition Documentation
LineBreakingClass Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : LineBreakingClass Enumeration
Line breaking classes of the Unicode characters.
Syntax
'Declaration
 
Public Enum LineBreakingClass 
   Inherits System.Enum
public enum LineBreakingClass : System.Enum 
Members
MemberDescription
AIAmbiguous (Alphabetic or Ideographic)
ALAlphabetic
B2Break Opportunity Before and After
BABreak After
BBBreak Before
BKMandatory Break
CBContingent Break Opportunity
CJConditional Japanese Starter
CLClose Punctuation
CMCombining Mark
CPClose Parenthesis
CRCarriage Return
EBEmoji Base
EMEmoji Modifier
EXExclamation/Interrogation
GLNon-breaking (“Glue”)
H2Hangul LV Syllable
H3Hangul LVT Syllable
HLHebrew Letter
HYHyphen
IDIdeographic
INInseparable
ISInfix Numeric Separator
JLHangul L Jamo
JTHangul T Jamo
JVHangul V Jamo
LFLine Feed
NLNext Line
NSNonstarter
NUNumeric
OPOpen Punctuation
POPostfix Numeric
PRPrefix Numeric
QUQuotation
RIRegional Indicator
SAComplex Context Dependent (South East Asian)
SGSurrogate
SPSpace
SYSymbols Allowing Break After
WJWord Joiner
XXUnknown
ZWZero Width Space
ZWJZero Width Joiner
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.LineBreakingClass

See Also

Reference

GrapeCity.Documents.Text Namespace