public final class TextRulerAtom extends RecordAtom
Modifier | Constructor and Description |
---|---|
|
TextRulerAtom()
Constructs a new empty ruler atom.
|
protected |
TextRulerAtom(byte[] source,
int start,
int len)
Constructs the ruler atom record from its
source data.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer[] |
getBulletOffsets()
First line of paragraph's distance from shape's left margin, in master coordinates (576 dpi).
|
int |
getDefaultTabSize()
Default distance between tab stops, in master coordinates (576 dpi).
|
int |
getNumberOfLevels()
Number of indent levels (maximum 5).
|
static TextRulerAtom |
getParagraphInstance() |
long |
getRecordType()
Gets the record type.
|
java.util.List<HSLFTabStop> |
getTabStops()
Default distance between tab stops, in master coordinates (576 dpi).
|
java.lang.Integer[] |
getTextOffsets()
Paragraph's distance from shape's left margin, in master coordinates (576 dpi).
|
void |
setParagraphIndent(short leftMargin,
short indent) |
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk.
|
getChildRecords, isAnAtom
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
public TextRulerAtom()
protected TextRulerAtom(byte[] source, int start, int len)
source
- the source data as a byte array.start
- the start offset into the byte array.len
- the length of the slice in the byte array.public long getRecordType()
getRecordType
in class Record
public void writeOut(java.io.OutputStream out) throws java.io.IOException
public int getDefaultTabSize()
public int getNumberOfLevels()
public java.util.List<HSLFTabStop> getTabStops()
public java.lang.Integer[] getTextOffsets()
public java.lang.Integer[] getBulletOffsets()
public static TextRulerAtom getParagraphInstance()
public void setParagraphIndent(short leftMargin, short indent)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.