com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class TextRenderingMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.TextRenderingMode


  • public final class TextRenderingMode
    extends com.aspose.ms.System.Enum

    The text rendering mode, Tmode, determines whether showing text shall cause glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • FillThenStrokeText

        public static final int FillThenStrokeText

        Fill, then stroke text.

        See Also:
        Constant Field Values
      • Invisible

        public static final int Invisible

        Neither fill nor stroke text (invisible).

        See Also:
        Constant Field Values
      • FillTextAndAddPathToClipping

        public static final int FillTextAndAddPathToClipping

        Fill text and add to path for clipping (see 9.3.6, "Text Rendering Mode,").

        See Also:
        Constant Field Values
      • StrokeTextAndAddPathToClipping

        public static final int StrokeTextAndAddPathToClipping

        Stroke text and add to path for clipping.

        See Also:
        Constant Field Values
      • FillThenStrokeTextAndAddPathToClipping

        public static final int FillThenStrokeTextAndAddPathToClipping

        Fill, then stroke text and add to path for clipping.

        See Also:
        Constant Field Values
      • AddPathToClipping

        public static final int AddPathToClipping

        Add text to path for clipping.

        See Also:
        Constant Field Values