|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ParagraphPropertiesEx
com.aspose.slides.ParagraphEx
public final class ParagraphEx
Represents a paragraph of a text.
Constructor Summary | |
---|---|
ParagraphEx()
Initializes a new instance of the Paragraph class with default properties. |
|
ParagraphEx(ParagraphEx para)
Copy constructor that initializes a new instance of a Paragraph class. |
Method Summary | |
---|---|
ParagraphFormatDataEx |
createParagraphFormatData()
Creates immutable object which contains paragraph properties including inherited. |
int |
getAlignment()
Deprecated. |
char |
getBulletChar()
Deprecated. |
FontDataEx |
getBulletFont()
Deprecated. |
float |
getBulletHeight()
Deprecated. |
byte |
getBulletType()
Deprecated. |
float |
getDefaultTabSize()
Deprecated. |
byte |
getEastAsianLineBreak()
Deprecated. |
int |
getFontAlignment()
Deprecated. |
byte |
getHangingPunctuation()
Deprecated. |
float |
getIndent()
Deprecated. |
byte |
getLatinLineBreak()
Deprecated. |
float |
getMarginLeft()
Deprecated. |
float |
getMarginRight()
Deprecated. |
short |
getNumberedBulletStartWith()
Deprecated. |
byte |
getNumberedBulletStyle()
Deprecated. |
ParagraphFormatEx |
getParagraphFormat()
Returns the formatting object for this paragraph. |
PortionExCollection |
getPortions()
Returns the collection of a text portions. |
byte |
getRightToLeft()
Deprecated. |
float |
getSpaceAfter()
Deprecated. |
float |
getSpaceBefore()
Deprecated. |
float |
getSpaceWithin()
Deprecated. |
java.lang.String |
getText()
Gets or sets the the plain text of a paragraph. |
byte |
isBulletHardColor()
Deprecated. |
void |
isBulletHardColor(byte value)
Deprecated. |
byte |
isBulletHardFont()
Deprecated. |
void |
isBulletHardFont(byte value)
Deprecated. |
void |
setAlignment(int value)
Deprecated. |
void |
setBulletChar(char value)
Deprecated. |
void |
setBulletFont(FontDataEx value)
Deprecated. |
void |
setBulletHeight(float value)
Deprecated. |
void |
setBulletType(byte value)
Deprecated. |
void |
setDefaultTabSize(float value)
Deprecated. |
void |
setEastAsianLineBreak(byte value)
Deprecated. |
void |
setFontAlignment(int value)
Deprecated. |
void |
setHangingPunctuation(byte value)
Deprecated. |
void |
setIndent(float value)
Deprecated. |
void |
setLatinLineBreak(byte value)
Deprecated. |
void |
setMarginLeft(float value)
Deprecated. |
void |
setMarginRight(float value)
Deprecated. |
void |
setNumberedBulletStartWith(short value)
Deprecated. |
void |
setNumberedBulletStyle(byte value)
Deprecated. |
void |
setRightToLeft(byte value)
Deprecated. |
void |
setSpaceAfter(float value)
Deprecated. |
void |
setSpaceBefore(float value)
Deprecated. |
void |
setSpaceWithin(float value)
Deprecated. |
void |
setText(java.lang.String value)
|
void |
subscribe(com.aspose.slides.IObserver observer)
|
void |
unsubscribe(com.aspose.slides.IObserver observer)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParagraphEx()
Initializes a new instance of the Paragraph class with default properties.
public ParagraphEx(ParagraphEx para)
Copy constructor that initializes a new instance of a Paragraph class.
Method Detail |
---|
public PortionExCollection getPortions()
Returns the collection of a text portions.
Readonly PortionExCollection
.
public ParagraphFormatEx getParagraphFormat()
Returns the formatting object for this paragraph.
Readonly ParagraphFormatEx
.
public ParagraphFormatDataEx createParagraphFormatData()
Creates immutable object which contains paragraph properties including inherited.
ParagraphFormatDataEx
.@Deprecated public byte getBulletType()
Returns or sets the bullet type of a paragraph.
Read/write BulletTypeEx
.
getBulletType
in class ParagraphPropertiesEx
@Deprecated public void setBulletType(byte value)
setBulletType
in class ParagraphPropertiesEx
@Deprecated public char getBulletChar()
Returns or sets the bullet char of a paragraph.
Read/write char
.
getBulletChar
in class ParagraphPropertiesEx
@Deprecated public void setBulletChar(char value)
setBulletChar
in class ParagraphPropertiesEx
@Deprecated public FontDataEx getBulletFont()
Returns or sets the bullet font of a paragraph.
Read/write FontDataEx
.
getBulletFont
in class ParagraphPropertiesEx
@Deprecated public void setBulletFont(FontDataEx value)
setBulletFont
in class ParagraphPropertiesEx
@Deprecated public float getBulletHeight()
Returns or sets the bullet height of a paragraph.
Read/write float
.
getBulletHeight
in class ParagraphPropertiesEx
@Deprecated public void setBulletHeight(float value)
setBulletHeight
in class ParagraphPropertiesEx
@Deprecated public short getNumberedBulletStartWith()
Returns or sets the first number which is used for group of numbered bullets.
Read/write short
.
getNumberedBulletStartWith
in class ParagraphPropertiesEx
@Deprecated public void setNumberedBulletStartWith(short value)
setNumberedBulletStartWith
in class ParagraphPropertiesEx
@Deprecated public byte getNumberedBulletStyle()
Returns or sets the style of a numbered bullet.
Read/write NumberedBulletStyleEx
.
getNumberedBulletStyle
in class ParagraphPropertiesEx
@Deprecated public void setNumberedBulletStyle(byte value)
setNumberedBulletStyle
in class ParagraphPropertiesEx
@Deprecated public int getAlignment()
Returns or sets the text alignment in a paragraph.
Read/write TextAlignmentEx
.
getAlignment
in class ParagraphPropertiesEx
@Deprecated public void setAlignment(int value)
setAlignment
in class ParagraphPropertiesEx
@Deprecated public float getSpaceWithin()
Returns or sets the amount of space between base lines in a paragraph.
Read/write float
.
getSpaceWithin
in class ParagraphPropertiesEx
@Deprecated public void setSpaceWithin(float value)
setSpaceWithin
in class ParagraphPropertiesEx
@Deprecated public float getSpaceBefore()
Returns or sets the amount of space before the first line in a paragraph.
Read/write float
.
getSpaceBefore
in class ParagraphPropertiesEx
@Deprecated public void setSpaceBefore(float value)
setSpaceBefore
in class ParagraphPropertiesEx
@Deprecated public float getSpaceAfter()
Returns or sets the amount of space after the last line in a paragraph.
Read/write float
.
getSpaceAfter
in class ParagraphPropertiesEx
@Deprecated public void setSpaceAfter(float value)
setSpaceAfter
in class ParagraphPropertiesEx
@Deprecated public byte getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
Read/write NullableBool
.
getEastAsianLineBreak
in class ParagraphPropertiesEx
@Deprecated public void setEastAsianLineBreak(byte value)
setEastAsianLineBreak
in class ParagraphPropertiesEx
@Deprecated public byte getRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.
Read/write NullableBool
.
getRightToLeft
in class ParagraphPropertiesEx
@Deprecated public void setRightToLeft(byte value)
setRightToLeft
in class ParagraphPropertiesEx
@Deprecated public byte getLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.
Read/write NullableBool
.
getLatinLineBreak
in class ParagraphPropertiesEx
@Deprecated public void setLatinLineBreak(byte value)
setLatinLineBreak
in class ParagraphPropertiesEx
@Deprecated public byte getHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.
Read/write NullableBool
.
getHangingPunctuation
in class ParagraphPropertiesEx
@Deprecated public void setHangingPunctuation(byte value)
setHangingPunctuation
in class ParagraphPropertiesEx
@Deprecated public float getMarginLeft()
Returns or sets the left margin in a paragraph.
Read/write float
.
getMarginLeft
in class ParagraphPropertiesEx
@Deprecated public void setMarginLeft(float value)
setMarginLeft
in class ParagraphPropertiesEx
@Deprecated public float getMarginRight()
Returns or sets the right margin in a paragraph.
Read/write float
.
getMarginRight
in class ParagraphPropertiesEx
@Deprecated public void setMarginRight(float value)
setMarginRight
in class ParagraphPropertiesEx
@Deprecated public float getIndent()
Returns or sets text indentation in a paragraph.
Read/write float
.
getIndent
in class ParagraphPropertiesEx
@Deprecated public void setIndent(float value)
setIndent
in class ParagraphPropertiesEx
@Deprecated public float getDefaultTabSize()
Returns or sets default tabulation size.
Read/write float
.
getDefaultTabSize
in class ParagraphPropertiesEx
@Deprecated public void setDefaultTabSize(float value)
setDefaultTabSize
in class ParagraphPropertiesEx
@Deprecated public int getFontAlignment()
Returns or sets a font alignment in a paragraph.
Read/write FontAlignmentEx
.
getFontAlignment
in class ParagraphPropertiesEx
@Deprecated public void setFontAlignment(int value)
setFontAlignment
in class ParagraphPropertiesEx
@Deprecated public byte isBulletHardColor()
Determines whether the bullet has own color or inherits it from the first portion in the paragraph.
<b>NullableBool.True</b>
if bullet has own color and <b>NullableBool.False</b>
if bullet inherits
color from the first portion in the paragraph.
isBulletHardColor
in class ParagraphPropertiesEx
@Deprecated public void isBulletHardColor(byte value)
isBulletHardColor
in class ParagraphPropertiesEx
@Deprecated public byte isBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph.
<b>NullableBool.True</b>
if bullet has own font and <b>NullableBool</b>
.False if bullet inherits
font from the first portion in the paragraph.
isBulletHardFont
in class ParagraphPropertiesEx
@Deprecated public void isBulletHardFont(byte value)
isBulletHardFont
in class ParagraphPropertiesEx
public java.lang.String getText()
Gets or sets the the plain text of a paragraph.
Value: The text.
public void setText(java.lang.String value)
public void subscribe(com.aspose.slides.IObserver observer)
public void unsubscribe(com.aspose.slides.IObserver observer)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |