ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class
Fields Methods

In This Topic
    CSSDeclaration Class Members
    In This Topic

    The following tables list the members exposed by CSSDeclaration.

    Public Constructors
     NameDescription
    Public ConstructorThe default constructor for CSSDeclaration.  
    Top
    Public Fields
     NameDescription
    Public FieldGets any text aural declarations in this CSSDeclaration.  
    Public FieldGets any text breaks declarations in this CSSDeclaration.  
    Public FieldGets any color related declarations in this CSSDeclaration.  
    Public FieldGets any text content declarations in this CSSDeclaration.  
    Public FieldGets any text display declarations in this CSSDeclaration.  
    Public FieldGets any font property declarations in this CSSDeclaration.  
    Public FieldGets any text line declarations in this CSSDeclaration.  
    Public FieldGets any text list declarations in this CSSDeclaration.  
    Public FieldGets any text margin declarations in this CSSDeclaration.  
    Public FieldGets any text misc declarations in this CSSDeclaration.  
    Public FieldGets any text page declarations in this CSSDeclaration.  
    Public FieldGets any text positional declarations (spacing, decoration, alignment) in this CSSDeclaration.  
    Public FieldGets any text table declarations in this CSSDeclaration.  
    Public FieldGets any text related declarations (spacing, decoration, alignment) in this CSSDeclaration.  
    Public FieldGets any text user interface declarations in this CSSDeclaration.  
    Public FieldThe unknown property table  
    Top
    Public Methods
     NameDescription
    Public MethodUsed to append unknown properties to this declaration. The unknown name and value will be used only when rebuilding the CSS string again.  
    Public MethodAdds the specified value for the specified property to this CSSDeclaration.  
    Public MethodCreates copy of this instance and places it in the specified variable.  
    Public MethodReturns the number of declarations stored by this CSSDeclaration instance (that were added with AppendValue).  
    Public MethodReturns all of the property/values in this CSSDeclaration instance that were marked with the !important declaration.  
    Public MethodReturns the eCSSProperty at the specified index in the property order array.  
    Public MethodOverloaded. Returns the value of the specified property as a CSSValue object.  
    Public MethodOverloaded. Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration.  
    Public MethodResets all CSSValues contained in this declaration.  
    Public MethodSets the value important.  
    Public MethodReturns the propery/value pair(s) contained in this CSSDeclaration in standards based CSS declaration block syntax.  
    Top
    See Also