DioDocs for PDF
GeneralCategory 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : GeneralCategory 列挙体
Provides the most general classification of the code point.
シンタックス
'宣言
 
Public Enum GeneralCategory 
   Inherits System.Enum
public enum GeneralCategory : System.Enum 
メンバ
メンバ解説
CcC0 or C1 control code.
CfFormat control character.
CnReserved unassigned code point or a noncharacter.
CoPrivate-use character.
CsSurrogate code point.
LlLowercase letter.
LmModifier letter.
LoOther letters, including syllables and ideographs.
LtDigraphic character, with first part uppercase.
LuUppercase letter.
McSpacing combining mark (positive advance width).
MeEnclosing combining mark.
MnNonspacing combining mark (zero advance width).
NdDecimal digit.
NlLetterlike numeric character.
NoNumeric character of other type.
PcConnecting punctuation mark, like a tie.
PdDash or hyphen punctuation mark.
PeClosing punctuation mark (of a pair).
PfFinal quotation mark.
PiInitial quotation mark.
PoPunctuation mark of other type.
PsOpening punctuation mark (of a pair).
ScCurrency sign.
SkNon-letterlike modifier symbol.
SmSymbol of mathematical use.
SoSymbol of other type.
ZlU+2028 LINE SEPARATOR only.
ZpU+2029 PARAGRAPH SEPARATOR only.
ZsSpace character (of various non-zero widths).
継承階層

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

参照

GrapeCity.Documents.Text 名前空間