org.jopendocument.model.text
Class TextLinenumberingConfiguration

java.lang.Object
  extended by org.jopendocument.model.text.TextLinenumberingConfiguration

public class TextLinenumberingConfiguration
extends Object


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

styleNumFormat

protected String styleNumFormat

styleNumLetterSync

protected String styleNumLetterSync

textCountEmptyLines

protected String textCountEmptyLines

textCountInFloatingFrames

protected String textCountInFloatingFrames

textIncrement

protected String textIncrement

textLinenumberingSeparator

protected TextLinenumberingSeparator textLinenumberingSeparator

textNumberLines

protected String textNumberLines

textNumberPosition

protected String textNumberPosition

textOffset

protected String textOffset

textRestartNumbering

protected String textRestartNumbering

textStyleName

protected String textStyleName
Constructor Detail

TextLinenumberingConfiguration

public TextLinenumberingConfiguration()
Method Detail

getStyleNumFormat

public String getStyleNumFormat()
Gets the value of the styleNumFormat property.

Returns:
possible object is String

getStyleNumLetterSync

public String getStyleNumLetterSync()
Gets the value of the styleNumLetterSync property.

Returns:
possible object is String

getTextCountEmptyLines

public String getTextCountEmptyLines()
Gets the value of the textCountEmptyLines property.

Returns:
possible object is String

getTextCountInFloatingFrames

public String getTextCountInFloatingFrames()
Gets the value of the textCountInFloatingFrames property.

Returns:
possible object is String

getTextIncrement

public String getTextIncrement()
Gets the value of the textIncrement property.

Returns:
possible object is String

getTextLinenumberingSeparator

public TextLinenumberingSeparator getTextLinenumberingSeparator()
Gets the value of the textLinenumberingSeparator property.

Returns:
possible object is TextLinenumberingSeparator

getTextNumberLines

public String getTextNumberLines()
Gets the value of the textNumberLines property.

Returns:
possible object is String

getTextNumberPosition

public String getTextNumberPosition()
Gets the value of the textNumberPosition property.

Returns:
possible object is String

getTextOffset

public String getTextOffset()
Gets the value of the textOffset property.

Returns:
possible object is String

getTextRestartNumbering

public String getTextRestartNumbering()
Gets the value of the textRestartNumbering property.

Returns:
possible object is String

getTextStyleName

public String getTextStyleName()
Gets the value of the textStyleName property.

Returns:
possible object is String

setStyleNumFormat

public void setStyleNumFormat(String value)
Sets the value of the styleNumFormat property.

Parameters:
value - allowed object is String

setStyleNumLetterSync

public void setStyleNumLetterSync(String value)
Sets the value of the styleNumLetterSync property.

Parameters:
value - allowed object is String

setTextCountEmptyLines

public void setTextCountEmptyLines(String value)
Sets the value of the textCountEmptyLines property.

Parameters:
value - allowed object is String

setTextCountInFloatingFrames

public void setTextCountInFloatingFrames(String value)
Sets the value of the textCountInFloatingFrames property.

Parameters:
value - allowed object is String

setTextIncrement

public void setTextIncrement(String value)
Sets the value of the textIncrement property.

Parameters:
value - allowed object is String

setTextLinenumberingSeparator

public void setTextLinenumberingSeparator(TextLinenumberingSeparator value)
Sets the value of the textLinenumberingSeparator property.

Parameters:
value - allowed object is TextLinenumberingSeparator

setTextNumberLines

public void setTextNumberLines(String value)
Sets the value of the textNumberLines property.

Parameters:
value - allowed object is String

setTextNumberPosition

public void setTextNumberPosition(String value)
Sets the value of the textNumberPosition property.

Parameters:
value - allowed object is String

setTextOffset

public void setTextOffset(String value)
Sets the value of the textOffset property.

Parameters:
value - allowed object is String

setTextRestartNumbering

public void setTextRestartNumbering(String value)
Sets the value of the textRestartNumbering property.

Parameters:
value - allowed object is String

setTextStyleName

public void setTextStyleName(String value)
Sets the value of the textStyleName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.