Package it.smartio.docs.fop.nodes.set
Interface Fo
-
- All Known Subinterfaces:
FoBackground<F>,FoBorder<F>,FoBreak<F>,FoFont<F>,FoIndent<F>,FoMargin<F>,FoPadding<F>,FoSpace<F>
- All Known Implementing Classes:
FoBasicLink,FoBlock,FoBlockContainer,FoBookmark,FoExternalGraphic,FoFlow,FoFootnote,FoLeader,FoListBlock,FoListItem,FoNode,FoPageNumberCitation,FoPageSequence,FoPageSequenceMaster,FoRegion,FoRoot,FoSimplePageMaster,FoStaticContent,FoTable,FoTableArea,FoTableCell,FoTableRow
public interface FoTheFois an interface for Apache Formating Objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Foset(java.lang.String name, java.lang.String value)Set an attribute.
-
-
-
Method Detail
-
set
Fo set(java.lang.String name, java.lang.String value)
Set an attribute.- Parameters:
name-value-
-
-