|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.conversion.compression.TextCompressionOptions
public class TextCompressionOptions
The class represents the text compression options.
| Constructor Summary | |
|---|---|
TextCompressionOptions()
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
boolean |
getCompressFonts()
Indicates whether compress fonts. |
boolean |
getUnembedFonts()
Indicates whether to unembed fonts. |
void |
setCompressFonts(boolean value)
Indicates whether compress fonts. |
void |
setUnembedFonts(boolean value)
Indicates whether to unembed fonts. |
| Constructor Detail |
|---|
public TextCompressionOptions()
| Method Detail |
|---|
public boolean getCompressFonts()
public void setCompressFonts(boolean value)
value - The value indicates whether compress fonts.public boolean getUnembedFonts()
public void setUnembedFonts(boolean value)
value - The value indicates whether unembed fonts.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||