public final class TextRulerAtom extends RecordAtom
| Constructor and Description | 
|---|
| TextRulerAtom()Constructs a new empty ruler atom. | 
| 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). | 
| java.util.Map<java.lang.String,java.util.function.Supplier<?>> | getGenericProperties() | 
| 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, getMaxRecordLength, isAnAtom, setMaxRecordLengthbuildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndianpublic long getRecordType()
getRecordType in class Recordpublic 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)
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.