MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class

In This Topic
CSSDeclaration Class Methods
In This Topic

For a list of all members of this type, see CSSDeclaration members.

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