public static interface ExportUtils.HtmlExporter.Attribute extends Cloneable
Modifier and Type | Method and Description |
---|---|
ExportUtils.HtmlExporter.Attribute |
clone()
Creates a deep copy of this attribute.
|
String |
getName()
Returns the name part of this attribute.
|
String |
getValue()
Returns the value part of this attribute.
|
String |
toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
Returns the string representation of this HTML-attribute.
|
ExportUtils.HtmlExporter.Attribute clone()
Object.clone()
String getName()
null
.String getValue()
null
.String toString(ExportUtils.HtmlExporter.MacroResolver aResolver)
aResolver
- the macro resolver to use for any found macros.null
.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.