Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / WordLayoutSettings Class
Properties

In This Topic
    WordLayoutSettings Class Members
    In This Topic

    The following tables list the members exposed by WordLayoutSettings.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the WordLayoutSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value specifying how to handle comments during layout of a GrapeCity.Documents.Word.GcWordDocument.

    Default value is WordCommentMode.Full

    .  
    Public PropertyGets or sets the array of font family names to choose the default font from. First elements of the array are more preferable than the subsequent ones.

    Setting FontCollection to a not null value makes this property unusable.

     
    Public PropertyGets or sets the array of font family names to be used as fallback fonts.

    Setting FontCollection to a not null value makes this property unusable.

     
    Public PropertyGets or sets a GrapeCity.Documents.Text.FontCollection with fonts to be used for rendering text.

    If this property is not null the value of FontDirectory is ignored.

    In a Windows environment both FontCollection and FontDirectory can be null, in which case Windows system fonts will be used. In a non-Windows environment not specifying these properties may cause the rendering to fail.

     
    Public PropertyGets or sets the path to a directory with fonts to be used for rendering text.

    Setting FontCollection to a not null value makes this property unusable.

    In a Windows environment both FontCollection and FontDirectory can be null, in which case Windows system fonts will be used. In a non-Windows environment not specifying these properties may cause the rendering to fail.

     
    Top
    See Also