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

In This Topic
    PropertyFont Class Members
    In This Topic

    The following tables list the members exposed by PropertyFont.

    Public Properties
     NameDescription
    Public PropertyGets or sets if the font should be printed bold.  
    Public PropertyGets or sets the color of the font.  
    Public PropertyGets or sets the face name of the font.  
    Public PropertyGets or sets the charset of the font.  
    Public Property (Inherited from combit.Reporting.Dom.DomItem)
    Public PropertyGets or sets if the font should be printed italic.  
    Public PropertyGets or sets the size (in points) of the font.  
    Public PropertyGets or sets if the font should be printed striked out.  
    Public PropertyGets or sets if the font should be printed underlined.  
    Public PropertyGets or sets the character width of the font.  
    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 DomItem)
    Public Method (Inherited from DomItem)
    Public Method (Inherited from DomItem)
    Public Method

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

    • Bold
    • Italic
    • Strikeout
    • Underline
    • GdiCharSet
    • FaceName
    • Size
     
    Top
    See Also