Interface IRtfExternalGraphicContainer
-
- All Known Implementing Classes:
RtfAfter
,RtfAfterBeforeBase
,RtfBefore
,RtfListItem.RtfListItemParagraph
,RtfParagraph
,RtfSection
,RtfTableCell
public interface IRtfExternalGraphicContainer
Interface for classes containing images.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RtfExternalGraphic
newImage()
Creates a new image on external graphic base.
-
-
-
Method Detail
-
newImage
RtfExternalGraphic newImage() throws java.io.IOException
Creates a new image on external graphic base.- Returns:
- RtfExternalGraphic for the new image
- Throws:
java.io.IOException
- On error
-
-