ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / IStyleSheetRule Interface
Properties

In This Topic
    IStyleSheetRule Interface Members
    In This Topic

    The following tables list the members exposed by IStyleSheetRule.

    Public Properties
     NameDescription
     PropertyWhen get, it returns a System.Drawing.Color object based on the curren CSS 'background-color' property. It may return Color.Empty if the CSS background-color property was not specified in the CSS string. When set, it sets the CSS 'background-color' property based on the supplied color object.  
     PropertyReturns the classname this StyleSheetRule is identified by.  
     PropertySets/gets the CSSText string. When set any current declarations (style properties) will be cleared/reset, and the string will be parsed to form a new set of declarations (style properties).  
     PropertyGets/sets the "ddo-char-set" value. This value seams to always be an integer, but old code used a string to store it.  
     PropertyGets or sets the dd vertical font CSS property.  
     PropertyGets/sets the CSSDeclaration object used by this style.  
     PropertyWhen get, it returns a System.Drawing.Font object based on the current font related CSS information. When set, it sets the font related CSS information based on the specified font.  
     PropertySets/gets the font's family name as a string.  
     PropertySets/gets font size.  
     PropertyGets/sets the 'font-style' property of the style.  
     PropertySets/gets font units.  
     PropertyGets/sets the 'font-weight' property of the style.  
     PropertyWhen get, it returns a System.Drawing.Color object based on the curren CSS 'color' property. It may return Color.Empty if the CSS color property was not specified in the CSS string. When set, it sets the CSS 'color' property based on the supplied color object.  
     PropertyGets/sets the 'ddo-enable-kinsoku' CSS property.  
     PropertyReturns the parent StyleSheet. The StyleSheet should be specified on creation of the instance.  
     PropertyGets or sets the parent style sheet rule.  
     PropertyWhen get, it returns a System.Boolean object based on the curren CSS property. When set, it sets the CSS property.  
     PropertyGets/sets the 'text-align' CSS property.  
     PropertyGets/sets the 'text-decoration' property of the style. The Blink, Linethrough, Overline, and Underline values can be masked.  
     PropertyGets/sets 'text-justify' CSS property  
     PropertyGets/sets the 'vertical-align' CSS property.  
     PropertyGets/sets the 'white-space' CSS property.  
     PropertyGets/sets the 'ddo-wrap-mode' CSS property.  
    Top
    See Also