public final class MasterTextPropAtom extends RecordAtom
| Constructor and Description |
|---|
MasterTextPropAtom()
Constructs a new empty master text prop atom.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndentAt(int offset)
Returns the indent that applies at the given text offset
|
List<IndentProp> |
getIndents() |
long |
getRecordType()
Gets the record type.
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk.
|
getChildRecords, isAnAtombuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianpublic MasterTextPropAtom()
public long getRecordType()
getRecordType in class Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class Recordout - the output stream to write to.IOException - if an error occurs.public int getIndentAt(int offset)
public List<IndentProp> getIndents()
Copyright © 2010 - 2020 Adobe. All Rights Reserved