|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextLinenumberingConfiguration
public class TextLinenumberingConfiguration
Field Summary | |
---|---|
protected String |
styleNumFormat
|
protected String |
styleNumLetterSync
|
protected String |
textCountEmptyLines
|
protected String |
textCountInFloatingFrames
|
protected String |
textIncrement
|
protected TextLinenumberingSeparator |
textLinenumberingSeparator
|
protected String |
textNumberLines
|
protected String |
textNumberPosition
|
protected String |
textOffset
|
protected String |
textRestartNumbering
|
protected String |
textStyleName
|
Constructor Summary | |
---|---|
TextLinenumberingConfiguration()
|
Method Summary | |
---|---|
String |
getStyleNumFormat()
Gets the value of the styleNumFormat property. |
String |
getStyleNumLetterSync()
Gets the value of the styleNumLetterSync property. |
String |
getTextCountEmptyLines()
Gets the value of the textCountEmptyLines property. |
String |
getTextCountInFloatingFrames()
Gets the value of the textCountInFloatingFrames property. |
String |
getTextIncrement()
Gets the value of the textIncrement property. |
TextLinenumberingSeparator |
getTextLinenumberingSeparator()
Gets the value of the textLinenumberingSeparator property. |
String |
getTextNumberLines()
Gets the value of the textNumberLines property. |
String |
getTextNumberPosition()
Gets the value of the textNumberPosition property. |
String |
getTextOffset()
Gets the value of the textOffset property. |
String |
getTextRestartNumbering()
Gets the value of the textRestartNumbering property. |
String |
getTextStyleName()
Gets the value of the textStyleName property. |
void |
setStyleNumFormat(String value)
Sets the value of the styleNumFormat property. |
void |
setStyleNumLetterSync(String value)
Sets the value of the styleNumLetterSync property. |
void |
setTextCountEmptyLines(String value)
Sets the value of the textCountEmptyLines property. |
void |
setTextCountInFloatingFrames(String value)
Sets the value of the textCountInFloatingFrames property. |
void |
setTextIncrement(String value)
Sets the value of the textIncrement property. |
void |
setTextLinenumberingSeparator(TextLinenumberingSeparator value)
Sets the value of the textLinenumberingSeparator property. |
void |
setTextNumberLines(String value)
Sets the value of the textNumberLines property. |
void |
setTextNumberPosition(String value)
Sets the value of the textNumberPosition property. |
void |
setTextOffset(String value)
Sets the value of the textOffset property. |
void |
setTextRestartNumbering(String value)
Sets the value of the textRestartNumbering property. |
void |
setTextStyleName(String value)
Sets the value of the textStyleName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String styleNumFormat
protected String styleNumLetterSync
protected String textCountEmptyLines
protected String textCountInFloatingFrames
protected String textIncrement
protected TextLinenumberingSeparator textLinenumberingSeparator
protected String textNumberLines
protected String textNumberPosition
protected String textOffset
protected String textRestartNumbering
protected String textStyleName
Constructor Detail |
---|
public TextLinenumberingConfiguration()
Method Detail |
---|
public String getStyleNumFormat()
String
public String getStyleNumLetterSync()
String
public String getTextCountEmptyLines()
String
public String getTextCountInFloatingFrames()
String
public String getTextIncrement()
String
public TextLinenumberingSeparator getTextLinenumberingSeparator()
TextLinenumberingSeparator
public String getTextNumberLines()
String
public String getTextNumberPosition()
String
public String getTextOffset()
String
public String getTextRestartNumbering()
String
public String getTextStyleName()
String
public void setStyleNumFormat(String value)
value
- allowed object is String
public void setStyleNumLetterSync(String value)
value
- allowed object is String
public void setTextCountEmptyLines(String value)
value
- allowed object is String
public void setTextCountInFloatingFrames(String value)
value
- allowed object is String
public void setTextIncrement(String value)
value
- allowed object is String
public void setTextLinenumberingSeparator(TextLinenumberingSeparator value)
value
- allowed object is TextLinenumberingSeparator
public void setTextNumberLines(String value)
value
- allowed object is String
public void setTextNumberPosition(String value)
value
- allowed object is String
public void setTextOffset(String value)
value
- allowed object is String
public void setTextRestartNumbering(String value)
value
- allowed object is String
public void setTextStyleName(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |