Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / HintType Property

In This Topic
    HintType Property
    In This Topic
    Gets or sets the font type that shall be used to format any ambiguous characters.
    Syntax
    'Declaration
     
    Public Property HintType As FontHintType
    public FontHintType HintType {get; set;}
    Remarks
    There are certain characters that are not explicitly stored in the document, and can be mapped into multiple categories of the four mentioned above. This property shall be used to arbitrate that conflict, and determine how ambiguities shall be handled. This is primarily used to handle the formatting on the paragraph mark glyph, and other characters that are not stored as text.
    See Also