Package | Description |
---|---|
com.nomagic.magicreport.engine.tools | |
com.nomagic.magicreport.format |
Modifier and Type | Method and Description |
---|---|
ITool.RetainedString |
ImageTool.createImageWithAbsolutePath(Image image)
Export image and return absolute path of the file.
This method is suitable for TXT, HTML and XML template only. Use the method with above template types, the image would be exported on a file system and return absolute path. Use the method with other template types, the image would be exported in a report output and return INVALID path. |
ITool.RetainedString |
ImageTool.createImageWithAbsolutePath(Image image,
boolean includeURI)
Export image and return absolute path of the file.
This method is suitable for TXT, HTML and XML template only. Use the method with above template types, the image would be exported on a file system and return absolute path. Use the method with other template types, the image would be exported in a report output and return INVALID path. |
ITool.RetainedString |
ImageTool.createImageWithRelativePath(Image image)
Export image and return relative path of image file.
This method is suitable for TXT, HTML and XML template only. Use the method with above template types, the image would be exported on a file system and return relative path. Use the method with other template types, the image would be exported in a report output and return INVALID path. |
ITool.RetainedString |
ImageTool.getAbsolutePath(Image image)
Return an absolute path of image file.
|
ITool.RetainedString |
ImageTool.getAbsolutePath(Image image,
boolean includeURI)
Return an absolute path of image file.
|
ITool.RetainedString |
ImageTool.getRelativePath(Image image)
Return a possible relative path of image file.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
RTFFormatterWrapper.getBounds(ITool.RetainedString imageContent)
Return the image bounds from RTF image content.
|
java.awt.Rectangle |
DOCXFormatterWrapper.getBounds(ITool.RetainedString imageContent)
Return the image bounds from DOCX image content.
|
java.awt.Rectangle |
ODFFormatterWrapper.getBounds(ITool.RetainedString imageContent)
Return the image bounds from RTF image content.
|
java.awt.Rectangle |
IFormatterWrapper.getBounds(ITool.RetainedString imageContent)
Return the image bounds from image content.
|
Modifier and Type | Method and Description |
---|---|
protected ITool.RetainedString |
RTFFormatter.createBookmark(Bookmark bookmark)
Create a RTF bookmark string from given
Bookmark object. |
protected ITool.RetainedString |
TextFormatter.createBookmark(Bookmark bookmark)
Create a HTML bookmark string from given
Bookmark object. |
protected ITool.RetainedString |
PPTXFormatter.createBookmark(Bookmark bookmark)
Create a PPTX bookmark string from given
Bookmark object. |
protected ITool.RetainedString |
XLSXFormatter.createBookmark(Bookmark bookmark)
Create a XLSX bookmark string from given
Bookmark object. |
protected ITool.RetainedString |
DOCXFormatter.createBookmark(Bookmark bookmark)
Create a DOCX bookmark string from given
Bookmark object. |
protected ITool.RetainedString |
HTMLFormatter.createBookmark(Bookmark bookmark)
Create a HTML bookmark string from given
Bookmark object. |
protected ITool.RetainedString |
DocBookFormatter.createBookmark(Bookmark bookmark)
Create a DocBook bookmark string from given
Bookmark object. |
protected ITool.RetainedString |
ODFFormatter.createBookmark(Bookmark bookmark)
Create a ODF book mark string from given
Bookmark object. |
protected ITool.RetainedString |
PPTXFormatter.createGridRowSpan(GridRowSpan span)
Create a PPTX gridrowspan (merge columns vertically) string from given
GridRowSpan object. |
protected ITool.RetainedString |
DOCXFormatter.createGridRowSpan(GridRowSpan span)
Create a DOCX gridrowspan (merge columns vertically) string from given
GridRowSpan object. |
protected ITool.RetainedString |
DOCXFormatter.createGridSpan(GridSpan span)
Create a DOCX gridspan (merge columns horizontally) string from given
GridSpan object. |
protected ITool.RetainedString |
RTFFormatter.createImage(Image image)
Create a RTF image string from given
Image object. |
protected ITool.RetainedString |
TextFormatter.createImage(Image image)
Create a HTML image string from given
Image object. |
protected ITool.RetainedString |
PPTXFormatter.createImage(Image image)
Create a PPTX image string from given
Image object. |
protected ITool.RetainedString |
XLSXFormatter.createImage(Image image)
Create a DOCX image string from given
Image object. |
protected ITool.RetainedString |
DOCXFormatter.createImage(Image image)
Create a DOCX image string from given
Image object. |
protected ITool.RetainedString |
HTMLFormatter.createImage(Image image)
Create a HTML image string from given
Image object. |
protected ITool.RetainedString |
DocBookFormatter.createImage(Image image)
Create a DocBook image string from given
Image object. |
protected ITool.RetainedString |
ODFFormatter.createImage(Image image)
Create a ODF image string from given
Image object. |
protected ITool.RetainedString |
PPTXFormatter.createImage(Image image,
float width,
float height,
int flag)
Create a PPTX image string from given
Image object. |
protected ITool.RetainedString |
XLSXFormatter.createImage(Image image,
float width,
float height,
int flag)
Create a DOCX image string from given
Image object. |
protected ITool.RetainedString |
DOCXFormatter.createImage(Image image,
float width,
float height,
int flag)
Create a DOCX image string from given
Image object. |
protected ITool.RetainedString |
RTFFormatter.createImage(Image image,
int width,
int height,
int flag)
Create a RTF image string from given
Image object. |
protected ITool.RetainedString |
ODFFormatter.createImage(Image image,
int width,
int height,
int flag)
Create a ODF image string from given
Image object. |
protected ITool.RetainedString |
TextFormatter.createImage(Image image,
int width,
int height,
java.lang.String flag)
Create a HTML image string from given
Image object. |
protected ITool.RetainedString |
HTMLFormatter.createImage(Image image,
int width,
int height,
java.lang.String flag)
Create a HTML image string from given
Image object. |
protected ITool.RetainedString |
RTFFormatter.createImageFooter(Image image,
int width,
int height,
int flag)
Create an image footer.
|
protected ITool.RetainedString |
RTFFormatter.createImageHeader(Image image,
int width,
int height,
int flag)
Create an image header.
|
protected ITool.RetainedString |
RTFFormatter.createImageProperty(float w,
float h,
int flag)
Calculate Property of image.
|
protected ITool.RetainedString |
RTFFormatter.createLink(Link link)
Create a RTF link string from given
Link object. |
protected ITool.RetainedString |
TextFormatter.createLink(Link link)
Create a HTML link string from given
Link object. |
protected ITool.RetainedString |
PPTXFormatter.createLink(Link link)
Create a PPTX link string from given
Link object. |
protected ITool.RetainedString |
XLSXFormatter.createLink(Link link)
Create a XLSX link string from given
Link object. |
protected ITool.RetainedString |
DOCXFormatter.createLink(Link link)
Create a DOCX link string from given
Link object. |
protected ITool.RetainedString |
HTMLFormatter.createLink(Link link)
Create a HTML link string from given
Link object. |
protected ITool.RetainedString |
DocBookFormatter.createLink(Link link)
Create a RTF link string from given
Link object. |
protected ITool.RetainedString |
ODFFormatter.createLink(Link link)
Create a ODF link string from given
Link object. |
Copyright © 2010 - No Magic Asia