combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyFontExt Class
Properties Methods

In This Topic
    PropertyFontExt Class Members
    In This Topic

    The following tables list the members exposed by PropertyFontExt.

    Public Properties
     NameDescription
    Public PropertyGets or sets if the font should be printed bold. (Inherited from combit.Reporting.Dom.PropertyFont)
    Public PropertyGets or sets the color of the font. (Inherited from PropertyFont)
    Public PropertyGets or sets if the default font should be used (True) or if the font is determined by the other font properties (False). As soon as one of the other properties is set, this property is set to "False" by default. You need to set it back to "True" if required.  
    Public PropertyGets or sets the face name of the font. (Inherited from PropertyFont)
    Public PropertyGets or sets the charset of the font. (Inherited from PropertyFont)
    Public Property (Inherited from PropertyFont)
    Public PropertyGets or sets if the font should be printed italic. (Inherited from PropertyFont)
    Public PropertyGets or sets the size (in points) of the font. (Inherited from PropertyFont)
    Public PropertyGets or sets if the font should be printed striked out. (Inherited from PropertyFont)
    Public PropertyGets or sets if the font should be printed underlined. (Inherited from PropertyFont)
    Public PropertyGets or sets the character width of the font. (Inherited from PropertyFont)
    Top
    Public Methods
     NameDescription
    Public MethodCopies all cloneable properties from one item to another. Make sure to call ResetInformation on the modified project in order to rebuild the object model afterwards. (Inherited from combit.Reporting.Dom.DomItem)
    Public Method (Inherited from PropertyFont)
    Public Method (Inherited from PropertyFont)
    Public Method (Inherited from PropertyFont)
    Public Method

    Sets the font properties according to the passed Font instance. The following members are copied:

    • Bold
    • Italic
    • Strikeout
    • Underline
    • GdiCharSet
    • FaceName
    • Size
    (Inherited from PropertyFont)
    Top
    See Also