|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ParagraphPropertiesEx
public class ParagraphPropertiesEx
Represents the properties of a paragraph.
Constructor Summary | |
---|---|
ParagraphPropertiesEx()
|
Method Summary | |
---|---|
int |
getAlignment()
Deprecated. |
char |
getBulletChar()
Deprecated. |
ColorFormatEx |
getBulletColor()
Returns the color format of a bullet of a paragraph. |
ColorFormatEx |
getBulletColorFormat()
Returns or sets the color of a bullet. |
FontDataEx |
getBulletFont()
Deprecated. |
float |
getBulletHeight()
Deprecated. |
PictureEx |
getBulletPicture()
Returns a PictureEx used as a bullet in a paragraph. |
byte |
getBulletType()
Deprecated. |
TextCharacterPropertiesEx |
getDefaultCharacterProperties()
Returns default character properties of a paragraph. |
float |
getDefaultTabSize()
Deprecated. |
short |
getDepth()
Returns or sets a depth of a paragraph. |
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. |
PresentationEx |
getPresentation()
Returns the parent presentation of a paragraph. |
int |
getRawAlignment()
Returns or sets the text alignment in a paragraph. |
char |
getRawBulletChar()
Returns or sets the bullet char of a paragraph. |
FontDataEx |
getRawBulletFont()
Returns or sets the bullet font of a paragraph. |
float |
getRawBulletHeight()
Returns or sets the bullet height of a paragraph. |
byte |
getRawBulletType()
Returns or sets the bullet type of a paragraph. |
float |
getRawDefaultTabSize()
Returns or sets default tabulation size. |
byte |
getRawEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph. |
int |
getRawFontAlignment()
Returns or sets a font alignment in a paragraph. |
byte |
getRawHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph. |
float |
getRawIndent()
Returns or sets text indentation in a paragraph. |
byte |
getRawIsBulletHardColor()
Determines whether the bullet has own color or inherits it from the first portion in the paragraph. |
byte |
getRawIsBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph. |
byte |
getRawLatinLineBreak()
Determines whether the Latin line break is used in a paragraph. |
float |
getRawMarginLeft()
Returns or sets the left margin in a paragraph. |
float |
getRawMarginRight()
Returns or sets the right margin in a paragraph. |
short |
getRawNumberedBulletStartWith()
Returns or sets the first number which is used for group of numbered bullets. |
byte |
getRawNumberedBulletStyle()
Returns or sets the style of a numbered bullet. |
byte |
getRawRightToLeft()
Determines whether the Right to Left writing is used in a paragraph. |
float |
getRawSpaceAfter()
Returns or sets the amount of space after the last line in a paragraph. |
float |
getRawSpaceBefore()
Returns or sets the amount of space before the first line in a paragraph. |
float |
getRawSpaceWithin()
Returns or sets the amount of space between base lines in a paragraph. |
byte |
getRightToLeft()
Deprecated. |
BaseSlideEx |
getSlide()
Returns the parent slide of a paragraph. |
float |
getSpaceAfter()
Deprecated. |
float |
getSpaceBefore()
Deprecated. |
float |
getSpaceWithin()
Deprecated. |
TabExCollection |
getTabs()
Returns tabulations of a paragraph. |
boolean |
hasBullet()
Determines whether a paragraph has a bullet. |
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 |
setDepth(short value)
|
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 |
setRawAlignment(int value)
|
void |
setRawBulletChar(char value)
|
void |
setRawBulletFont(FontDataEx value)
|
void |
setRawBulletHeight(float value)
|
void |
setRawBulletType(byte value)
|
void |
setRawDefaultTabSize(float value)
|
void |
setRawEastAsianLineBreak(byte value)
|
void |
setRawFontAlignment(int value)
|
void |
setRawHangingPunctuation(byte value)
|
void |
setRawIndent(float value)
|
void |
setRawIsBulletHardColor(byte value)
|
void |
setRawIsBulletHardFont(byte value)
|
void |
setRawLatinLineBreak(byte value)
|
void |
setRawMarginLeft(float value)
|
void |
setRawMarginRight(float value)
|
void |
setRawNumberedBulletStartWith(short value)
|
void |
setRawNumberedBulletStyle(byte value)
|
void |
setRawRightToLeft(byte value)
|
void |
setRawSpaceAfter(float value)
|
void |
setRawSpaceBefore(float value)
|
void |
setRawSpaceWithin(float value)
|
void |
setRightToLeft(byte value)
Deprecated. |
void |
setSpaceAfter(float value)
Deprecated. |
void |
setSpaceBefore(float value)
Deprecated. |
void |
setSpaceWithin(float value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParagraphPropertiesEx()
Method Detail |
---|
public short getDepth()
Returns or sets a depth of a paragraph.
Read/write short
.
public void setDepth(short value)
public byte getRawBulletType()
Returns or sets the bullet type of a paragraph.
Read/write BulletTypeEx
.
public void setRawBulletType(byte value)
public char getRawBulletChar()
Returns or sets the bullet char of a paragraph.
Read/write char
.
public void setRawBulletChar(char value)
public FontDataEx getRawBulletFont()
Returns or sets the bullet font of a paragraph.
Read/write FontDataEx
.
public void setRawBulletFont(FontDataEx value)
public float getRawBulletHeight()
Returns or sets the bullet height of a paragraph.
Read/write float
.
public void setRawBulletHeight(float value)
public ColorFormatEx getBulletColor()
Returns the color format of a bullet of a paragraph.
Read-only ColorFormatEx
.
public short getRawNumberedBulletStartWith()
Returns or sets the first number which is used for group of numbered bullets.
Read/write short
.
public void setRawNumberedBulletStartWith(short value)
public byte getRawNumberedBulletStyle()
Returns or sets the style of a numbered bullet.
Read/write NumberedBulletStyleEx
.
public void setRawNumberedBulletStyle(byte value)
public int getRawAlignment()
Returns or sets the text alignment in a paragraph.
Read/write TextAlignmentEx
.
public void setRawAlignment(int value)
public float getRawSpaceWithin()
Returns or sets the amount of space between base lines in a paragraph.
Read/write float
.
public void setRawSpaceWithin(float value)
public float getRawSpaceBefore()
Returns or sets the amount of space before the first line in a paragraph.
Read/write float
.
public void setRawSpaceBefore(float value)
public float getRawSpaceAfter()
Returns or sets the amount of space after the last line in a paragraph.
Read/write float
.
public void setRawSpaceAfter(float value)
public byte getRawEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
Read/write NullableBool
.
public void setRawEastAsianLineBreak(byte value)
public byte getRawRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.
Read/write NullableBool
.
public void setRawRightToLeft(byte value)
public byte getRawLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.
Read/write NullableBool
.
public void setRawLatinLineBreak(byte value)
public byte getRawHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.
Read/write NullableBool
.
public void setRawHangingPunctuation(byte value)
public float getRawMarginLeft()
Returns or sets the left margin in a paragraph.
Read/write float
.
public void setRawMarginLeft(float value)
public float getRawMarginRight()
Returns or sets the right margin in a paragraph.
Read/write float
.
public void setRawMarginRight(float value)
public float getRawIndent()
Returns or sets text indentation in a paragraph.
Read/write float
.
public void setRawIndent(float value)
public float getRawDefaultTabSize()
Returns or sets default tabulation size.
Read/write float
.
public void setRawDefaultTabSize(float value)
public TabExCollection getTabs()
Returns tabulations of a paragraph.
Read-only TabExCollection
.
public int getRawFontAlignment()
Returns or sets a font alignment in a paragraph.
Read/write FontAlignmentEx
.
public void setRawFontAlignment(int value)
@Deprecated public byte getBulletType()
Returns or sets the bullet type of a paragraph.
Read/write BulletTypeEx
.
@Deprecated public void setBulletType(byte value)
@Deprecated public char getBulletChar()
Returns or sets the bullet char of a paragraph.
Read/write char
.
@Deprecated public void setBulletChar(char value)
@Deprecated public FontDataEx getBulletFont()
Returns or sets the bullet font of a paragraph.
Read/write FontDataEx
.
@Deprecated public void setBulletFont(FontDataEx value)
@Deprecated public float getBulletHeight()
Returns or sets the bullet height of a paragraph.
Read/write float
.
@Deprecated public void setBulletHeight(float value)
@Deprecated public short getNumberedBulletStartWith()
Returns or sets the first number which is used for group of numbered bullets.
Read/write short
.
@Deprecated public void setNumberedBulletStartWith(short value)
@Deprecated public byte getNumberedBulletStyle()
Returns or sets the style of a numbered bullet.
Read/write NumberedBulletStyleEx
.
@Deprecated public void setNumberedBulletStyle(byte value)
@Deprecated public int getAlignment()
Returns or sets the text alignment in a paragraph.
Read/write TextAlignmentEx
.
@Deprecated public void setAlignment(int value)
@Deprecated public float getSpaceWithin()
Returns or sets the amount of space between base lines in a paragraph.
Read/write float
.
@Deprecated public void setSpaceWithin(float value)
@Deprecated public float getSpaceBefore()
Returns or sets the amount of space before the first line in a paragraph.
Read/write float
.
@Deprecated public void setSpaceBefore(float value)
@Deprecated public float getSpaceAfter()
Returns or sets the amount of space after the last line in a paragraph.
Read/write float
.
@Deprecated public void setSpaceAfter(float value)
@Deprecated public byte getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
Read/write NullableBool
.
@Deprecated public void setEastAsianLineBreak(byte value)
@Deprecated public byte getRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.
Read/write NullableBool
.
@Deprecated public void setRightToLeft(byte value)
@Deprecated public byte getLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.
Read/write NullableBool
.
@Deprecated public void setLatinLineBreak(byte value)
@Deprecated public byte getHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.
Read/write NullableBool
.
@Deprecated public void setHangingPunctuation(byte value)
@Deprecated public float getMarginLeft()
Returns or sets the left margin in a paragraph.
Read/write float
.
@Deprecated public void setMarginLeft(float value)
@Deprecated public float getMarginRight()
Returns or sets the right margin in a paragraph.
Read/write float
.
@Deprecated public void setMarginRight(float value)
@Deprecated public float getIndent()
Returns or sets text indentation in a paragraph.
Read/write float
.
@Deprecated public void setIndent(float value)
@Deprecated public float getDefaultTabSize()
Returns or sets default tabulation size.
Read/write float
.
@Deprecated public void setDefaultTabSize(float value)
@Deprecated public int getFontAlignment()
Returns or sets a font alignment in a paragraph.
Read/write FontAlignmentEx
.
@Deprecated public void setFontAlignment(int value)
@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.
@Deprecated public void isBulletHardColor(byte value)
@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.
@Deprecated public void isBulletHardFont(byte value)
public PictureEx getBulletPicture()
Returns a PictureEx used as a bullet in a paragraph.
Read-only PictureEx
.
public TextCharacterPropertiesEx getDefaultCharacterProperties()
Returns default character properties of a paragraph.
Read-only TextCharacterPropertiesEx
.
public boolean hasBullet()
Determines whether a paragraph has a bullet.
Read-only bool
.
public byte getRawIsBulletHardColor()
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.
Read/write NullableBool
.
public void setRawIsBulletHardColor(byte value)
public ColorFormatEx getBulletColorFormat()
Returns or sets the color of a bullet.
Read-only ColorFormatEx
.
public byte getRawIsBulletHardFont()
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.False</b>
if bullet
inherits font from the first portion in the paragraph.
Read/write NullableBool
.
public void setRawIsBulletHardFont(byte value)
public BaseSlideEx getSlide()
Returns the parent slide of a paragraph.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a paragraph.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |