|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.oracle.outsidein.options.MarginText
public class MarginText
Describes margin text or "endorsements" for use in Image Export technologies. This option allows a user to render lines of text outside the document content. The rendered content is scaled down and centered, and the endorsements are placed above and/or below the page content.
OptionsCache.getMarginText(), OptionsCache.setMarginText(MarginText)| Nested Class Summary | |
|---|---|
static class |
MarginText.LocationEnumeration of possible locations for placing text |
| Constructor Summary | |
|---|---|
MarginText(java.util.Map<MarginText.Location,java.lang.String> textList)Constructs a Margin text object. |
|
MarginText(MarginText.Location textLocation, java.lang.String text)Constructs a Margin text object. |
|
| Method Summary | |
|---|---|
void |
addMarginText(java.util.Map<MarginText.Location,java.lang.String> textList)Adds a set of Margin text lines. |
void |
addMarginText(MarginText.Location textLocation, java.lang.String text)Adds a line of Margin text. |
net.bitform.oilink.OILinkMessages.MarginText |
getPBData()Used internally by the Outside In API and not to be used externally. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarginText(MarginText.Location textLocation,
java.lang.String text)
textLocation - Zone and Line number of this texttext - The text to be outputpublic MarginText(java.util.Map<MarginText.Location,java.lang.String> textList)
textList - Set of locations and texts| Method Detail |
|---|
public void addMarginText(MarginText.Location textLocation,
java.lang.String text)
textLocation - Zone and Line number of this texttext - The text to be outputpublic void addMarginText(java.util.Map<MarginText.Location,java.lang.String> textList)
textList - Set of locations and textspublic net.bitform.oilink.OILinkMessages.MarginText getPBData()
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||