public class RestrictedText extends TextCommand
Class=4, ElementId=5
| Constructor and Description |
|---|
RestrictedText(CgmFile container) |
RestrictedText(CgmFile container,
String data,
CgmPoint position,
double deltaWidth,
double deltaHeight,
boolean final_) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDeltaHeight() |
double |
getDeltaWidth() |
boolean |
getFinal() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
void |
setDeltaHeight(double value) |
void |
setDeltaWidth(double value) |
void |
setFinal(boolean value) |
String |
toString() |
void |
writeAsBinary(IBinaryWriter writer)
Writes/exports the command as binary mode
|
void |
writeAsClearText(IClearTextWriter writer)
Writes/exports the command as clear text mode
|
getPosition, getTextassert_, getElementClass, getElementIdpublic RestrictedText(CgmFile container)
public final double getDeltaWidth()
public final void setDeltaWidth(double value)
public final double getDeltaHeight()
public final void setDeltaHeight(double value)
public final boolean getFinal()
public final void setFinal(boolean value)
public void readFromBinary(IBinaryReader reader)
CommandReads the binary data from the reader
readFromBinary in class Commandpublic void writeAsBinary(IBinaryWriter writer)
CommandWrites/exports the command as binary mode
writeAsBinary in class Commandwriter - The writer to write the binary content to.public void writeAsClearText(IClearTextWriter writer)
CommandWrites/exports the command as clear text mode
writeAsClearText in class Commandwriter - The text writer to write the clear text to.public String toString()
toString in class TextCommandCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.