Interface IRtfJforCmdContainer
-
- All Known Implementing Classes:
RtfSection
public interface IRtfJforCmdContainer
Interface for objects containing Commands
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfJforCmd
newJforCmd(RtfAttributes attr)
-
-
-
Method Detail
-
newJforCmd
RtfJforCmd newJforCmd(RtfAttributes attr) throws java.io.IOException
- Parameters:
attr
- Attributes for the command- Returns:
- new Command object
- Throws:
java.io.IOException
- for I/O problems
-
-