Click or drag to resize
Font Class
Font class represents the font object defined in Microsoft Word.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordWriterFont

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class Font

The Font type exposes the following members.

Properties
  NameDescription
Public propertyBold
Sets a value that indicates whether the font is bold.
Public propertyColor
Sets the color of the font.
Public propertyItalic
Sets a value that indicates whether the font is italic.
Public propertyName
Sets the name of the font.
Public propertyNameAscii
Sets the font name for US-ASCII.
Public propertyShadow
Sets a value that indicates whether the font has shadow.
Public propertySize
Sets the size of the font, in points.
Public propertyStrikeThrough
Sets a value that indicates whether the strikethrough is applied to the font.
Public propertyUnderline
Sets the type of underline applied to the font.
Top
See Also