Interface IStylesContainer
- Namespace
- iText.StyledXmlParser.Node
- Assembly
- itext.styledxmlparser.dll
Interface for classes that can get and set styles.
public interface IStylesContainer
Methods
GetStyles()
Gets the styles.
IDictionary<string, string> GetStyles()
Returns
- IDictionary<string, string>
the styles
SetStyles(IDictionary<string, string>)
Sets the styles.
void SetStyles(IDictionary<string, string> stringStringMap)
Parameters
stringStringMap
IDictionary<string, string>a
with style keys and values.