ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheetRule Class
Properties Methods

In This Topic
    StyleSheetRule Class Members
    In This Topic

    The following tables list the members exposed by StyleSheetRule.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyWhen get, it returns a System.Drawing.Color object based on the curren CSS 'background-color' property. It may return Color.Empty if the background-color CSS property was not specified in the CSS string. When set, it sets the CSS 'background-color' property based on the supplied color object.  
    Public PropertyGets/sets the ClassName of this StyleSheetRule. This value can be used to retrieve the stylesheet rule from it's parent stylesheet.  
    Public 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).  
    Public PropertyImplementation of IStyleSheetRule.DdCharset. DdCharset is the charset/script for the font.  
    Public PropertyGets or sets the dd vertical font CSS property.  
    Public PropertyGets/sets the CSSDeclaration object used by this style.  
    Public PropertyReturns a System.Drawing.Font object from the current font related CSS style information. If a font is specified it's properties will be turned into it's CSS equivelent.  
    Public PropertyGets/sets the FontFamily value. If this StyleSheetRule's declaration does not contain the value, or the value is indicated as null, it will be returned from it's parent. When the property is set the value will only be set to this StyleSheetRule's declaration instance (not the parent's).  
    Public PropertyReturns font size in points.  
    Public PropertyReturns the font-style declaration value. If a value cannot be found from neither this declaration, nor the parent style, then ddFontStyleTypes.Inherit will be returned to allow the caller to determine how to handle the condition.  
    Public PropertyGets or sets the font unit.  
    Public PropertyGets/sets the 'font-weight' property of the style.  
    Public 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.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits background color value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits font family value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits font size value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits font style value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits font vertical value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits font wighth value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits foreground color value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits text alignment value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits text decoration value.  
    Public PropertyGets a value indicating whether current stylesheet rule inherits vertical alignment value.  
    Public PropertyGets/sets the 'ddo-enable-kinsoku' CSS property.  
    Public PropertyReturns the parent StyleSheet. The StyleSheet should be specified on creation of the instance.  
    Public PropertySets/Returns this instances parent StyleSheetRule.  
    Public PropertyWhen get, it returns a System.Boolean object based on the curren CSS property. When set, it sets the CSS property.  
    Public PropertyGets/sets the 'text-align' CSS property.  
    Public PropertyGets/sets the 'text-decoration' property of the style. The Blink, Linethrough, Overline, and Underline values can be masked (the Inherit, nor None value should not be masked).  
    Public PropertyGets/sets 'text-justify' CSS property  
    Public PropertyGets/sets the 'vertical-align' CSS property.  
    Public PropertyGets/sets the 'white-space' CSS property.  
    Public PropertyGets/sets the 'ddo-wrap-mode' CSS property.  
    Top
    Public Methods
     NameDescription
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Top
    See Also