public class ExEmbedAtom extends RecordAtom
| Modifier and Type | Field and Description |
|---|---|
static int |
DOES_NOT_FOLLOW_COLOR_SCHEME
Embedded document does not follow the color scheme.
|
static int |
FOLLOWS_ENTIRE_COLOR_SCHEME
Embedded document follows the entire color scheme.
|
static int |
FOLLOWS_TEXT_AND_BACKGROUND_SCHEME
Embedded document follows the text and background scheme.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCantLockServerB()
Gets whether the embedded server cannot be locked.
|
int |
getFollowColorScheme()
Gets whether the object follows the color scheme.
|
boolean |
getIsTable()
Getswhether the object is a Word table.
|
boolean |
getNoSizeToServerB()
Gets whether it is not required to send the dimensions to the embedded object.
|
long |
getRecordType()
Gets the record type.
|
void |
setCantLockServerB(boolean cantBeLocked) |
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, isAnAtombuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianpublic static final int DOES_NOT_FOLLOW_COLOR_SCHEME
public static final int FOLLOWS_ENTIRE_COLOR_SCHEME
public static final int FOLLOWS_TEXT_AND_BACKGROUND_SCHEME
public int getFollowColorScheme()
DOES_NOT_FOLLOW_COLOR_SCHEME,
FOLLOWS_ENTIRE_COLOR_SCHEME, or
FOLLOWS_TEXT_AND_BACKGROUND_SCHEME.public boolean getCantLockServerB()
true if the embedded server cannot be locked.public void setCantLockServerB(boolean cantBeLocked)
public boolean getNoSizeToServerB()
true if the embedded server does not require the object dimensions.public boolean getIsTable()
true if the object is a Word table.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.Copyright © 2010 - 2020 Adobe. All Rights Reserved