Modifier and Type | Field | Description |
---|---|---|
protected IAccessibleElement |
accessibleElement |
|
protected java.util.HashMap<java.lang.String,java.lang.Object> |
attributes |
Metric attributes.
|
protected BaseFont |
baseFont |
|
protected boolean |
changeLeading |
Indicates if the height and offset of the Image has to be taken into account
|
protected java.lang.String |
encoding |
The encoding.
|
protected com.itextpdf.text.pdf.PdfFont |
font |
The font for this
PdfChunk . |
protected Image |
image |
The image in this
PdfChunk , if it has one |
protected float |
imageScalePercentage |
|
protected float |
leading |
The leading that can overrule the existing leading.
|
protected boolean |
newlineSplit |
true if the chunk split was cause by a newline. |
protected java.util.HashMap<java.lang.String,java.lang.Object> |
noStroke |
Non metric attributes.
|
protected float |
offsetX |
The offset in the x direction for the image
|
protected float |
offsetY |
The offset in the y direction for the image
|
protected SplitCharacter |
splitCharacter |
|
static float |
UNDERLINE_OFFSET |
|
static float |
UNDERLINE_THICKNESS |
|
protected java.lang.String |
value |
The value of this object.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
changeLeading() |
|
float |
getImageScalePercentage() |
Returns a scalePercentage in case the image needs to be scaled.
|
float |
getLeading() |
|
float |
getTextRise() |
Gets the text displacement relative to the baseline.
|
int |
getUnicodeEquivalent(int c) |
Gets the Unicode equivalent to a CID.
|
float |
getWidthCorrected(float charSpacing,
float wordSpacing) |
Gets the width of the
PdfChunk taking into account the
extra character and word spacing. |
protected int |
getWord(java.lang.String text,
int start) |
|
boolean |
isNewlineSplit() |
Checks if the
PdfChunk split was caused by a newline. |
static boolean |
noPrint(int c) |
|
void |
setImageScalePercentage(float imageScalePercentage) |
Sets a scale percentage in case the image needs to be scaled.
|
java.lang.String |
toString() |
|
float |
trimFirstSpace() |
|
float |
trimLastSpace() |
Trims the last space.
|
protected java.lang.String value
protected java.lang.String encoding
protected com.itextpdf.text.pdf.PdfFont font
PdfChunk
.protected BaseFont baseFont
protected SplitCharacter splitCharacter
protected java.util.HashMap<java.lang.String,java.lang.Object> attributes
This attributes require the measurement of characters widths when rendering such as underline.
protected java.util.HashMap<java.lang.String,java.lang.Object> noStroke
This attributes do not require the measurement of characters widths when rendering such as BaseColor.
protected boolean newlineSplit
true
if the chunk split was cause by a newline.protected Image image
PdfChunk
, if it has oneprotected float imageScalePercentage
protected float offsetX
protected float offsetY
protected boolean changeLeading
protected float leading
protected IAccessibleElement accessibleElement
public static final float UNDERLINE_THICKNESS
public static final float UNDERLINE_OFFSET
public int getUnicodeEquivalent(int c)
c
- the CID codeprotected int getWord(java.lang.String text, int start)
public boolean isNewlineSplit()
PdfChunk
split was caused by a newline.true
if the PdfChunk
split was caused by a newline.public float getWidthCorrected(float charSpacing, float wordSpacing)
PdfChunk
taking into account the
extra character and word spacing.charSpacing
- the extra character spacingwordSpacing
- the extra word spacingpublic float getTextRise()
public float trimLastSpace()
public float trimFirstSpace()
public float getImageScalePercentage()
public void setImageScalePercentage(float imageScalePercentage)
imageScalePercentage
- the imageScalePercentage to setpublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean changeLeading()
public float getLeading()
public static boolean noPrint(int c)
Copyright © 1998–2018. All rights reserved.