| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.graphics.state | |
| org.sejda.sambox.text |
| Modifier and Type | Method and Description |
|---|---|
void |
PDPageContentStream.setRenderingMode(RenderingMode rm)
Set the text rendering mode.
|
void |
PDPageContentStream.setTextRenderingMode(RenderingMode renderingMode) |
| Modifier and Type | Method and Description |
|---|---|
static RenderingMode |
RenderingMode.fromInt(int value) |
RenderingMode |
PDTextState.getRenderingMode()
Get the value of the renderingMode.
|
static RenderingMode |
RenderingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingMode[] |
RenderingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDTextState.setRenderingMode(RenderingMode renderingMode)
Set the value of the renderingMode.
|
| Modifier and Type | Method and Description |
|---|---|
RenderingMode |
TextPosition.getRenderingMode() |
| Constructor and Description |
|---|
TextPosition(int pageRotation,
float pageWidth,
float pageHeight,
Matrix textMatrix,
float endX,
float endY,
float maxHeight,
float individualWidth,
float spaceWidth,
String unicode,
int[] charCodes,
PDFont font,
float fontSize,
int fontSizeInPt,
PDColor color,
RenderingMode renderingMode)
Constructor.
|
Copyright © 2020 sejda. All rights reserved.