Namespace TallComponents.PDF.Layout.Paragraphs
Class CssStyleSheetCollection
Collection of CssStyleSheet objects.
You cannot instanciate the collection, it can be retrieved through the ConversionSettings.StyleSheets getter.
Syntax
public class CssStyleSheetCollection : Object,IEnumerable
Properties
Int32 Count
Number of CssStyleSheet objects in this collecion.
CssStyleSheet Item
Get the CssStyleSheet by 0-based index.
Methods
Void Add(CssStyleSheet)
Add an existing CssStyleSheet to this collection.
Void AddRange(CssStyleSheetCollection)
Adds the elements of an CssStyleSheetCollection to the end of this collection.
Void AddRange(CssStyleSheet[])
Adds the elements of an array of cssStyleSheets to the end of this collection.
Void Clear()
Removes all style sheets from this collection.
Boolean Contains(CssStyleSheet)
Determine whether an CssStyleSheet is in the CssStyleSheetCollection.
IEnumerator GetEnumerator()
Implements .
Int32 IndexOf(CssStyleSheet)
Searches for the specified CssStyleSheet in the CssStyleSheetCollection.
Void Insert(Int32,CssStyleSheet)
Insert an on a specific place in this .
Void Remove(CssStyleSheet)
Removes an CssStyleSheet from this CssStyleSheetCollection.
Void RemoveAt(Int32)
Removes an CssStyleSheet from the CssStyleSheetCollection at the specified index.