public interface ICSSWriteable
| Modifier and Type | Method and Description |
|---|---|
default String |
getAsCSSString()
Get the contents of this object as a serialized CSS string for writing to
an output using the default writer settings.
|
default String |
getAsCSSString(ICSSWriterSettings aSettings)
Get the contents of this object as a serialized CSS string for writing to
an output.
|
String |
getAsCSSString(ICSSWriterSettings aSettings,
int nIndentLevel)
Get the contents of this object as a serialized CSS string for writing to
an output.
|
@Nonnull default String getAsCSSString()
null.getAsCSSString(ICSSWriterSettings, int)@Nonnull default String getAsCSSString(@Nonnull ICSSWriterSettings aSettings)
aSettings - The settings to be used to format the output. May not be
null.null.getAsCSSString(ICSSWriterSettings, int)@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 levelnull.Copyright © 2014–2022 Philip Helger. All rights reserved.