com.lowagie.text
Interface MarkupAttributes
- Element
- AbstractRtfField, Anchor, Annotation, Cell, Chunk, GenericRtfField, GreekList, Header, HeaderFooter, Image, ImgCCITT, ImgPostscript, ImgRaw, ImgTemplate, ImgWMF, Jpeg, List, ListItem, Meta, Paragraph, PdfCell, PdfPCell, PdfTable, Phrase, Rectangle, RomanList, Row, RtfAddableElement, RtfAnchor, RtfCell, RtfDirectContent, RtfField, RtfHeaderFooter, RtfHeaderFooter, RtfHeaderFooterGroup, RtfHeaderFooters, RtfPageNumber, RtfPageNumber, RtfShape, RtfShapePosition, RtfShapeProperty, RtfTab, RtfTabGroup, RtfTableCell, RtfTableOfContents, RtfTotalPageNumber, RtfTOC, RtfTOCEntry, RtfTOCEntry, SimpleCell, SimpleTable, Table, Watermark, ZapfDingbatsList, ZapfDingbatsNumberList
public interface MarkupAttributes
Defines the interface for an Element
with markup attributes--
that is, random String-to-String properties for representation in markup
languages such as HTML and XML.
- Matt Benson (orangeherbert@users.sourceforge.net or gudnabrsam@yahoo.com)
ALIGN_BASELINE , ALIGN_BOTTOM , ALIGN_CENTER , ALIGN_JUSTIFIED , ALIGN_JUSTIFIED_ALL , ALIGN_LEFT , ALIGN_MIDDLE , ALIGN_RIGHT , ALIGN_TOP , ALIGN_UNDEFINED , ANCHOR , ANNOTATION , AUTHOR , CCITTG3_1D , CCITTG3_2D , CCITTG4 , CCITT_BLACKIS1 , CCITT_ENCODEDBYTEALIGN , CCITT_ENDOFBLOCK , CCITT_ENDOFLINE , CELL , CHAPTER , CHUNK , CREATIONDATE , CREATOR , GRAPHIC , HEADER , IMGRAW , IMGTEMPLATE , JPEG , KEYWORDS , LIST , LISTITEM , MULTI_COLUMN_TEXT , PARAGRAPH , PHRASE , PRODUCER , PTABLE , RECTANGLE , ROW , SECTION , SUBJECT , TABLE , TITLE |
getMarkupAttribute
public String getMarkupAttribute(String name)
Returns the value of the specified attribute.
name
- String
attribute name.
getMarkupAttributeNames
public Set getMarkupAttributeNames()
Returns a Set
of String
attribute names for the
MarkupAttributes
implementor.
getMarkupAttributes
public Properties getMarkupAttributes()
Return a Properties
-object containing all the markupAttributes.
setMarkupAttribute
public void setMarkupAttribute(String name,
String value)
Sets the specified attribute.
name
- String
attribute name.value
- String
attribute value.
setMarkupAttributes
public void setMarkupAttributes(Properties markupAttributes)
Sets the markupAttributes.
markupAttributes
- a Properties
-object containing markupattributes