Package | Description |
---|---|
com.pilot.jword | |
com.pilot.jword.ui | |
com.pilot.jword.view |
Modifier and Type | Method and Description |
---|---|
static PageSettings |
StyleConstantsExt.getPageSettings(javax.swing.text.AttributeSet a)
return page settings
|
PageSettings |
JWordTextPane.getPageSettings(int position)
Returns page settings for the given position (in twips)
|
Modifier and Type | Method and Description |
---|---|
void |
JWordTextPane.setPageSettings(int position,
PageSettings ps)
Sets page settings for the given position (in twips)
|
void |
JWordDocument.setPageSettings(int offset,
PageSettings ps)
sets page attributes
|
static void |
StyleConstantsExt.setPageSettings(javax.swing.text.MutableAttributeSet a,
PageSettings val)
set page settings
|
Modifier and Type | Method and Description |
---|---|
PageSettings |
PageModel.getPageSettings() |
Modifier and Type | Method and Description |
---|---|
void |
PageModel.setPageSettings(PageSettings pageSettings,
int unit) |
Modifier and Type | Method and Description |
---|---|
protected PageSettings |
PagedDocumentView.getPageSettings()
returns page settings of the document
|
PageSettings |
DocumentView.getPageSettings()
Return page settings in twips
|