public interface ICSSWriteable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAsCSSString(ICSSWriterSettings aSettings,
int nIndentLevel)
Get the contents of this object as a serialized CSS string for writing to
an output.
|
@Nonnull String getAsCSSString(@Nonnull ICSSWriterSettings aSettings, @Nonnegative int nIndentLevel)
aSettings - The settings to be used to format the output. May not be
null.nIndentLevel - The current indentation levelCopyright © 2014–2016 Philip Helger. All rights reserved.