@Internal public final class ListLevel extends Object
Constructor and Description |
---|
ListLevel(byte[] buf,
int startOffset)
Deprecated.
|
ListLevel(int level,
boolean numbered) |
ListLevel(int startAt,
int numberFormatCode,
int alignment,
byte[] numberProperties,
byte[] entryProperties,
String numberText) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getAlignment()
"Alignment (left, right, or centered) of the paragraph number."
|
byte[] |
getGrpprlChpx() |
byte[] |
getGrpprlPapx() |
byte[] |
getLevelProperties() |
int |
getNumberFormat()
"Number format code (see anld.nfc for a list of options)"
|
String |
getNumberText() |
int |
getSizeInBytes() |
int |
getStartAt() |
byte |
getTypeOfCharFollowingTheNumber()
"The type of character following the number text for the paragraph: 0 == tab, 1 == space, 2 == nothing."
|
void |
setAlignment(int alignment) |
void |
setLevelProperties(byte[] grpprl) |
void |
setNumberFormat(int numberFormatCode) |
void |
setNumberProperties(byte[] grpprl) |
void |
setStartAt(int startAt) |
void |
setTypeOfCharFollowingTheNumber(byte value) |
byte[] |
toByteArray() |
String |
toString() |
@Deprecated public ListLevel(byte[] buf, int startOffset)
public ListLevel(int level, boolean numbered)
public ListLevel(int startAt, int numberFormatCode, int alignment, byte[] numberProperties, byte[] entryProperties, String numberText)
public int getAlignment()
public byte[] getGrpprlChpx()
public byte[] getGrpprlPapx()
public byte[] getLevelProperties()
public int getNumberFormat()
public String getNumberText()
public int getSizeInBytes()
public int getStartAt()
public byte getTypeOfCharFollowingTheNumber()
public void setAlignment(int alignment)
public void setLevelProperties(byte[] grpprl)
public void setNumberFormat(int numberFormatCode)
public void setNumberProperties(byte[] grpprl)
public void setStartAt(int startAt)
public void setTypeOfCharFollowingTheNumber(byte value)
public byte[] toByteArray()
Copyright © 2020. All rights reserved.