TextState.TextState
Contents
[
Hide
]TextState()
Creates text state object.
public TextState()
See Also
- class TextState
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextState(double)
Creates text state object with font size specification.
public TextState(double fontSize)
Parameter | Type | Description |
---|---|---|
fontSize | Double | Font size. |
See Also
- class TextState
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextState(Color)
Creates text state object with foreground color specification.
public TextState(Color foregroundColor)
Parameter | Type | Description |
---|---|---|
foregroundColor | Color | Foreground color. |
See Also
- class TextState
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextState(Color, double)
Creates text state object with foreground color and font size specification.
public TextState(Color foregroundColor, double fontSize)
Parameter | Type | Description |
---|---|---|
foregroundColor | Color | Foreground color. |
fontSize | Double | Font size. |
See Also
- class TextState
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextState(string)
Creates text state object with font family specification.
public TextState(string fontFamily)
Parameter | Type | Description |
---|---|---|
fontFamily | String | Font family. |
See Also
- class TextState
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextState(string, bool, bool)
Creates text state object with font family and font style specification.
public TextState(string fontFamily, bool bold, bool italic)
Parameter | Type | Description |
---|---|---|
fontFamily | String | Font family. |
bold | Boolean | Bold font style. |
italic | Boolean | Italic font style. |
See Also
- class TextState
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextState(string, double)
Creates text state object with font family and font size specification.
public TextState(string fontFamily, double fontSize)
Parameter | Type | Description |
---|---|---|
fontFamily | String | Font family. |
fontSize | Double | Font size. |
See Also
- class TextState
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF