public class FieldStyleRef extends Field
| Modifier and Type | Method and Description |
|---|---|
boolean |
getInsertParagraphNumber()
Gets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the document.
|
boolean |
getInsertParagraphNumberInFullContext()
Gets whether to insert the paragraph number of the referenced paragraph in full context.
|
boolean |
getInsertParagraphNumberInRelativeContext()
Gets whether to insert the paragraph number of the referenced paragraph in relative context.
|
boolean |
getInsertRelativePosition()
Gets whether to insert the relative position of the referenced paragraph.
|
boolean |
getSearchFromBottom()
Gets whether to search from the bottom of the current page, rather from the top.
|
java.lang.String |
getStyleName()
Gets the name of the style by which the text to search for is formatted.
|
boolean |
getSuppressNonDelimiters()
Gets whether to suppress non-delimiter characters.
|
int |
getSwitchType(java.lang.String switchName) |
void |
setInsertParagraphNumber(boolean value)
Sets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the document.
|
void |
setInsertParagraphNumberInFullContext(boolean value)
Sets whether to insert the paragraph number of the referenced paragraph in full context.
|
void |
setInsertParagraphNumberInRelativeContext(boolean value)
Sets whether to insert the paragraph number of the referenced paragraph in relative context.
|
void |
setInsertRelativePosition(boolean value)
Sets whether to insert the relative position of the referenced paragraph.
|
void |
setSearchFromBottom(boolean value)
Sets whether to search from the bottom of the current page, rather from the top.
|
void |
setStyleName(java.lang.String value)
Sets the name of the style by which the text to search for is formatted.
|
void |
setSuppressNonDelimiters(boolean value)
Sets whether to suppress non-delimiter characters.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic int getSwitchType(java.lang.String switchName)
public java.lang.String getStyleName()
public void setStyleName(java.lang.String value)
throws java.lang.Exception
value - The name of the style by which the text to search for is formatted.java.lang.Exceptionpublic boolean getSearchFromBottom()
public void setSearchFromBottom(boolean value)
throws java.lang.Exception
value - Whether to search from the bottom of the current page, rather from the top.java.lang.Exceptionpublic boolean getInsertParagraphNumber()
public void setInsertParagraphNumber(boolean value)
throws java.lang.Exception
value - Whether to insert the paragraph number of the referenced paragraph exactly as it appears in the document.java.lang.Exceptionpublic boolean getInsertRelativePosition()
public void setInsertRelativePosition(boolean value)
throws java.lang.Exception
value - Whether to insert the relative position of the referenced paragraph.java.lang.Exceptionpublic boolean getInsertParagraphNumberInRelativeContext()
public void setInsertParagraphNumberInRelativeContext(boolean value)
throws java.lang.Exception
value - Whether to insert the paragraph number of the referenced paragraph in relative context.java.lang.Exceptionpublic boolean getSuppressNonDelimiters()
public void setSuppressNonDelimiters(boolean value)
throws java.lang.Exception
value - Whether to suppress non-delimiter characters.java.lang.Exceptionpublic boolean getInsertParagraphNumberInFullContext()
public void setInsertParagraphNumberInFullContext(boolean value)
throws java.lang.Exception
value - Whether to insert the paragraph number of the referenced paragraph in full context.java.lang.Exception