public final class TextRulerAtom extends RecordAtom
Modifier | Constructor | 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 | Description |
---|---|---|
int[] |
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.
|
int[] |
getTabStops() |
Default distance between tab stops, in master coordinates (576 dpi).
|
int[] |
getTextOffsets() |
Paragraph's distance from shape's left margin, in master coordinates (576 dpi).
|
void |
setParagraphIndent(short tetxOffset,
short bulletOffset) |
|
void |
writeOut(java.io.OutputStream out) |
Write the contents of the record back, so it can be written
to disk.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
getChildRecords, isAnAtom
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 int[] getTabStops()
public int[] getTextOffsets()
public int[] getBulletOffsets()
public static TextRulerAtom getParagraphInstance()
public void setParagraphIndent(short tetxOffset, short bulletOffset)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.