|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.RenderingMode
public class RenderingMode
Enumerates text rendering modes.
Field Summary | |
---|---|
static RenderingMode |
FillStrokeText
Fill and stroke text mode. |
static RenderingMode |
FillText
Fill text mode. |
static RenderingMode |
InvisibleText
Invisible text mode. |
static RenderingMode |
StrokeText
Stroke text(outline) mode. |
Method Summary |
---|
Methods inherited from class aspose.pdf.EnumerationBase |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final RenderingMode FillText
public static final RenderingMode StrokeText
public static final RenderingMode FillStrokeText
public static final RenderingMode InvisibleText
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |