Interface Attributes
-
- All Known Subinterfaces:
Heading,IFrame,Mark,OrderedList,TableCell,TableHeader
- All Known Implementing Classes:
ContentBlockNodeWithAttributesImpl,ContentBlockWithAttributesImpl,HeadingImpl,IFrameImpl,MarkImpl,OrderedListImpl,TableCellImpl,TableHeaderImpl
public interface Attributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAttribute(String key, Object value)ObjectgetAttribute(String key)Map<String,Object>getAttributes()voidsetAttributes(Map<String,Object> attributes)
-