Method
|
Description
|
embedEPS()
|
Imports the image specified by EPSImage and places it on the current line of text.
|
embedIcon()
|
Imports the image specified by javax.swing.icon and places it on the current line of text.
|
embedImage()
|
Imports the image specified by java.awt.Image and places it on the current line of text.
|
floatEPS()
|
Imports the image specified by EPSImage and places it on its own line.
|
floatIcon()
|
Imports the image specified by javax.swing.icon and places it on its own line.
|
floatImage()
|
Imports the image specified by java.awt.Image and places it on its own line.
|
JCFrame.pasteEPS()
|
Imports the image specified by EPSImage and locks it to a specified location on the page.
|
JCFrame.pasteIcon()
|
Imports the image specified by javax.swing.icon and locks it to a specified location on the page.
|
JCFrame.pasteImage()
|
Imports the image specified by java.awt.Image and locks it to a specified location on the page.
|
newColumn()
|
Advances the text flow to the top of the next column, in the next frame if necessary.
|
newFrame()
|
Advances the text flow to the next frame, generating a new page if necessary.
|
newLine()
|
Ends the current line and begins a new line.
|
newPage()
|
Creates a new page based on the current page's FlowPageTemplate , and directs the flow to the first frame of the new page's FlowFrameList .
|
newParagraph()
|
Begins a new paragraph.
|
newSection()
|
Creates a new section based on the current section's FlowSectionTemplate , and directs the flow to the first frame of the new page's FlowFrameList .
|
print()
|
Renders the specified content to the flow.
|