public interface ITextParagraph
The interface to work with paragraph
Modifier and Type | Method and Description |
---|---|
void |
apply(ITextParagraph paragraph)
Applies the specified paragraph.
|
boolean |
getAutoHyphenate()
Gets or sets a value indicating whether [automatic hyphenate].
|
double |
getAutoLeading()
Gets or sets the automatic leading.
|
boolean |
getBurasagari()
Gets or sets a value indicating whether this
ITextParagraph is burasagiri. |
int |
getConsecutiveHyphens()
Gets or sets the consecutive hyphens.
|
double |
getEndIndent()
Gets or sets the end indent.
|
boolean |
getEveryLineComposer()
Gets or sets a value indicating whether [every line composer].
|
double |
getFirstLineIndent()
Gets or sets the first line indent.
|
double[] |
getGlyphSpacing()
Gets or sets the glyph spacing.
|
boolean |
getHanging()
Gets or sets a value indicating whether this
ITextParagraph is hanging. |
int |
getHyphenatedWordSize()
Gets or sets the size of the hyphenated word.
|
int |
getJustification()
Gets or sets the justification.
|
int |
getKinsokuOrder()
Gets or sets the kinsoku order.
|
int |
getLeadingType()
Gets or sets the type of the leading.
|
double[] |
getLetterSpacing()
Gets or sets the letter spacing.
|
int |
getPostHyphen()
Gets or sets the post hyphen.
|
int |
getPreHyphen()
Gets or sets the pre hyphen.
|
double |
getSpaceAfter()
Gets or sets the space after.
|
double |
getSpaceBefore()
Gets or sets the space before.
|
double |
getStartIndent()
Gets or sets the start indent.
|
double[] |
getWordSpacing()
Gets or sets the word spacing.
|
double |
getZone()
Gets or sets the zone.
|
boolean |
isEqual(ITextParagraph paragraph)
Determines whether the specified paragraph is equal.
|
void |
setAutoHyphenate(boolean value)
Gets or sets a value indicating whether [automatic hyphenate].
|
void |
setAutoLeading(double value)
Gets or sets the automatic leading.
|
void |
setBurasagari(boolean value)
Gets or sets a value indicating whether this
ITextParagraph is burasagiri. |
void |
setConsecutiveHyphens(int value)
Gets or sets the consecutive hyphens.
|
void |
setEndIndent(double value)
Gets or sets the end indent.
|
void |
setEveryLineComposer(boolean value)
Gets or sets a value indicating whether [every line composer].
|
void |
setFirstLineIndent(double value)
Gets or sets the first line indent.
|
void |
setGlyphSpacing(double[] value)
Gets or sets the glyph spacing.
|
void |
setHanging(boolean value)
Gets or sets a value indicating whether this
ITextParagraph is hanging. |
void |
setHyphenatedWordSize(int value)
Gets or sets the size of the hyphenated word.
|
void |
setJustification(int value)
Gets or sets the justification.
|
void |
setKinsokuOrder(int value)
Gets or sets the kinsoku order.
|
void |
setLeadingType(int value)
Gets or sets the type of the leading.
|
void |
setLetterSpacing(double[] value)
Gets or sets the letter spacing.
|
void |
setPostHyphen(int value)
Gets or sets the post hyphen.
|
void |
setPreHyphen(int value)
Gets or sets the pre hyphen.
|
void |
setSpaceAfter(double value)
Gets or sets the space after.
|
void |
setSpaceBefore(double value)
Gets or sets the space before.
|
void |
setStartIndent(double value)
Gets or sets the start indent.
|
void |
setWordSpacing(double[] value)
Gets or sets the word spacing.
|
void |
setZone(double value)
Gets or sets the zone.
|
int getJustification()
Gets or sets the justification.
Value: The justification.void setJustification(int value)
Gets or sets the justification.
Value: The justification.double getFirstLineIndent()
Gets or sets the first line indent.
Value: The first line indent.void setFirstLineIndent(double value)
Gets or sets the first line indent.
Value: The first line indent.double getStartIndent()
Gets or sets the start indent.
Value: The start indent.void setStartIndent(double value)
Gets or sets the start indent.
Value: The start indent.double getEndIndent()
Gets or sets the end indent.
Value: The end indent.void setEndIndent(double value)
Gets or sets the end indent.
Value: The end indent.double getSpaceBefore()
Gets or sets the space before.
Value: The space before.void setSpaceBefore(double value)
Gets or sets the space before.
Value: The space before.double getSpaceAfter()
Gets or sets the space after.
Value: The space after.void setSpaceAfter(double value)
Gets or sets the space after.
Value: The space after.boolean getAutoHyphenate()
Gets or sets a value indicating whether [automatic hyphenate].
Value:true
if [automatic hyphenate]; otherwise, false
.void setAutoHyphenate(boolean value)
Gets or sets a value indicating whether [automatic hyphenate].
Value:true
if [automatic hyphenate]; otherwise, false
.int getHyphenatedWordSize()
Gets or sets the size of the hyphenated word.
Value: The size of the hyphenated word.void setHyphenatedWordSize(int value)
Gets or sets the size of the hyphenated word.
Value: The size of the hyphenated word.int getPreHyphen()
Gets or sets the pre hyphen.
Value: The pre hyphen.void setPreHyphen(int value)
Gets or sets the pre hyphen.
Value: The pre hyphen.int getPostHyphen()
Gets or sets the post hyphen.
Value: The post hyphen.void setPostHyphen(int value)
Gets or sets the post hyphen.
Value: The post hyphen.int getConsecutiveHyphens()
Gets or sets the consecutive hyphens.
Value: The consecutive hyphens.void setConsecutiveHyphens(int value)
Gets or sets the consecutive hyphens.
Value: The consecutive hyphens.double getZone()
Gets or sets the zone.
Value: The zone.void setZone(double value)
Gets or sets the zone.
Value: The zone.double[] getWordSpacing()
Gets or sets the word spacing.
Value: The word spacing.void setWordSpacing(double[] value)
Gets or sets the word spacing.
Value: The word spacing.double[] getLetterSpacing()
Gets or sets the letter spacing.
Value: The letter spacing.void setLetterSpacing(double[] value)
Gets or sets the letter spacing.
Value: The letter spacing.double[] getGlyphSpacing()
Gets or sets the glyph spacing.
Value: The glyph spacing.void setGlyphSpacing(double[] value)
Gets or sets the glyph spacing.
Value: The glyph spacing.double getAutoLeading()
Gets or sets the automatic leading.
Value: The automatic leading.void setAutoLeading(double value)
Gets or sets the automatic leading.
Value: The automatic leading.int getLeadingType()
Gets or sets the type of the leading.
Value: The type of the leading.void setLeadingType(int value)
Gets or sets the type of the leading.
Value: The type of the leading.boolean getHanging()
Gets or sets a value indicating whether this ITextParagraph
is hanging.
true
if hanging; otherwise, false
.void setHanging(boolean value)
Gets or sets a value indicating whether this ITextParagraph
is hanging.
true
if hanging; otherwise, false
.boolean getBurasagari()
Gets or sets a value indicating whether this ITextParagraph
is burasagiri.
true
if burasagiri; otherwise, false
.void setBurasagari(boolean value)
Gets or sets a value indicating whether this ITextParagraph
is burasagiri.
true
if burasagiri; otherwise, false
.int getKinsokuOrder()
Gets or sets the kinsoku order.
Value: The kinsoku order.void setKinsokuOrder(int value)
Gets or sets the kinsoku order.
Value: The kinsoku order.boolean getEveryLineComposer()
Gets or sets a value indicating whether [every line composer].
Value:true
if [every line composer]; otherwise, false
.void setEveryLineComposer(boolean value)
Gets or sets a value indicating whether [every line composer].
Value:true
if [every line composer]; otherwise, false
.void apply(ITextParagraph paragraph)
Applies the specified paragraph.
paragraph
- The paragraph.boolean isEqual(ITextParagraph paragraph)
Determines whether the specified paragraph is equal.
paragraph
- The paragraph.true
if the specified paragraph is equal; otherwise, false
.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.