|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Paragraph
public final class Paragraph
Represents a paragraph of a text.
Field Summary | |
---|---|
boolean |
m_bBuHardColor
|
boolean |
m_bBuHardFont
|
boolean |
m_bBuHardSize
|
boolean |
m_bBuOn
|
boolean |
m_bDefaultBulletColor
|
boolean |
m_bDefaultExtendedBullet
|
short |
m_nAsianLB_1
|
short |
m_nAsianLB_2
|
short |
m_nAsianLB_3
|
short |
m_nBiDi
|
short |
m_nBuFlags
|
short |
m_nBulletChar
|
java.awt.Color |
m_nBulletColor
|
int |
m_nBulletColorIndex
|
int |
m_nBulletExtFlag
|
short |
m_nBulletFont
|
short |
m_nBulletHeight
|
short |
m_nBulletId
|
short |
m_nBulletOfs
|
short |
m_nBulletStartWith
|
short |
m_nBulletStyle
|
short |
m_nDefaultTabSize
|
int |
m_nFlags
|
short |
m_nHasAutoNumber
|
short |
m_nLineFeed
|
short |
m_nLowerDist
|
short |
m_nTextOfs
|
short |
m_nUpperDist
|
Constructor Summary | |
---|---|
Paragraph()
Initializes a new instance of the Paragraph class. |
|
Paragraph(int dummy)
|
|
Paragraph(Paragraph para)
Initializes a new instance of the Paragraph class. |
Method Summary | |
---|---|
boolean |
equalFormatting(Paragraph para)
|
int |
getAlignment()
Returns or sets the alignment of a paragraph. |
char |
getBulletCharacter()
Returns or sets the character that is used for bullets in the specified text. |
java.awt.Color |
getBulletColor()
Returns or sets a color of a bullet. |
short |
getBulletColorIndex()
Returns or sets the index of a bullet's color in a color scheme or -1 for scheme-independent color. |
int |
getBulletFontIndex()
Returns or sets the font of a bullet. |
short |
getBulletHeight()
Returns or sets the bullet size relative to the size of the first portion in the paragraph. |
short |
getBulletOffset()
Returns or sets the offset of a bullet. |
int |
getBulletType()
Returns or sets the type of a bullet. |
short |
getDepth()
Returns or sets a depth of a paragraph. |
boolean |
getHasBullet()
Determines whether the paragraph has a bullet. |
short |
getNumberedBulletStartWith()
Returns or sets the beginning value of a numbered bullet. |
int |
getNumberedBulletStyle()
Returns or sets the style of a numbered bullet. |
short |
getPictureBulletId()
Returns or sets the PictureBullet id. -1 for other types of bullets. |
Portions |
getPortions()
Returns the collection of a text portions. |
int |
getRawAlignment()
Returns or sets the alignment of a paragraph. |
char |
getRawBulletCharacter()
Returns or sets the character that is used for bullets in the specified text. |
java.awt.Color |
getRawBulletColor()
Returns or sets the color of a bullet. |
int |
getRawBulletFontIndex()
Returns or sets the font of the bullet. -1 means font should be inherited from the master. |
short |
getRawBulletHeight()
Returns or sets the bullet size relative to the size of the first portion in the paragraph. |
short |
getRawBulletOffset()
Returns or sets the offset of a bullet. -1 means value should be inherited from the ruler or the master. |
short |
getRawNumberedBulletAuto()
Determines whether the bullet is auto numbered bullet. -1 means value should be inherited from the ruler or the master. |
short |
getRawNumberedBulletStartWith()
Returns or sets the beginning value of a numbered bullet. -1 means value should be inherited from the master. |
int |
getRawNumberedBulletStyle()
Returns or sets the style of a numbered bullet. |
short |
getRawPictureBulletId()
|
short |
getRawSpaceAfter()
Returns or sets the amount of space after the last line in a paragraph, Positive value means space defined in percents of line. |
short |
getRawSpaceBefore()
Returns or sets the amount of space before the first line in a paragraph, Positive value means space defined in percents of line. |
short |
getRawSpaceWithin()
Returns or sets the amount of space between base lines in a paragraph, Positive value means space defined in percents of line. |
short |
getRawTextOffset()
Returns or sets the offset of a text. -1 means value should be inherited from the ruler or the master. |
short |
getSpaceAfter()
Returns or sets the amount of space after the last line in the paragraph, Positive value means space defined in percents of line. |
short |
getSpaceBefore()
Returns or sets the amount of space before the first line in the paragraph, Positive value means space defined in percents of line. |
short |
getSpaceWithin()
Returns or sets the amount of space between base lines in the paragraph, Positive value means space defined in percents of line. |
java.lang.String |
getText()
Returns or sets the plain text of a paragraph. |
short |
getTextOffset()
Returns or sets the offset of a text. |
boolean |
isBulletHardColor()
Returns true if bullet has own color and false if bullet uses color of the first portion in a paragraph. |
boolean |
isBulletHardFont()
Returns true if bullet has own font and false if bullet uses font of the first portion in the paragraph. |
void |
isBulletHardFont(boolean value)
|
boolean |
isBulletHardSize()
Returns true if bullet has own size and false if bullet uses size of the first portion in the paragraph. |
void |
isBulletHardSize(boolean value)
|
boolean |
isExtendedBullet()
Returns true if paragraph has extended bullets (image or numbered). |
void |
setAlignment(int value)
|
void |
setBulletCharacter(char value)
|
void |
setBulletColor(java.awt.Color value)
|
void |
setBulletColorIndex(short value)
|
void |
setBulletFontIndex(int value)
|
void |
setBulletHardColor(boolean value)
|
void |
setBulletHeight(short value)
|
void |
setBulletOffset(short value)
|
void |
setBulletType(int value)
|
void |
setDepth(short value)
|
void |
setHasBullet(boolean value)
|
void |
setNumberedBulletStartWith(short value)
|
void |
setNumberedBulletStyle(int value)
|
void |
setPictureBulletId(short value)
|
void |
setRawAlignment(int value)
|
void |
setRawBulletCharacter(char value)
|
void |
setRawBulletColor(java.awt.Color value)
|
void |
setRawBulletFontIndex(int value)
|
void |
setRawBulletHeight(short value)
|
void |
setRawBulletOffset(short value)
|
void |
setRawNumberedBulletAuto(short value)
|
void |
setRawNumberedBulletStartWith(short value)
|
void |
setRawNumberedBulletStyle(int value)
|
void |
setRawPictureBulletId(short value)
|
void |
setRawSpaceAfter(short value)
|
void |
setRawSpaceBefore(short value)
|
void |
setRawSpaceWithin(short value)
|
void |
setRawTextOffset(short value)
|
void |
setSpaceAfter(short value)
|
void |
setSpaceBefore(short value)
|
void |
setSpaceWithin(short value)
|
void |
setText(java.lang.String value)
|
void |
setTextOffset(short value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int m_nFlags
public short m_nBuFlags
public boolean m_bBuOn
public boolean m_bBuHardFont
public boolean m_bBuHardColor
public boolean m_bBuHardSize
public short m_nBulletChar
public short m_nBulletFont
public short m_nBulletHeight
public java.awt.Color m_nBulletColor
public int m_nBulletColorIndex
public boolean m_bDefaultBulletColor
public boolean m_bDefaultExtendedBullet
public int m_nBulletExtFlag
public short m_nBulletId
public short m_nHasAutoNumber
public short m_nBulletStyle
public short m_nBulletStartWith
public short m_nLineFeed
public short m_nUpperDist
public short m_nLowerDist
public short m_nAsianLB_1
public short m_nAsianLB_2
public short m_nAsianLB_3
public short m_nBiDi
public short m_nBulletOfs
public short m_nTextOfs
public short m_nDefaultTabSize
Constructor Detail |
---|
public Paragraph()
public Paragraph(Paragraph para)
public Paragraph(int dummy)
Method Detail |
---|
public boolean equalFormatting(Paragraph para)
public short getDepth()
public void setDepth(short value)
public boolean getHasBullet()
public void setHasBullet(boolean value)
public boolean isBulletHardColor()
public void setBulletHardColor(boolean value)
public java.awt.Color getBulletColor()
public void setBulletColor(java.awt.Color value)
public short getBulletColorIndex()
public void setBulletColorIndex(short value)
public boolean isBulletHardFont()
public void isBulletHardFont(boolean value)
public int getBulletFontIndex()
public void setBulletFontIndex(int value)
public boolean isBulletHardSize()
public void isBulletHardSize(boolean value)
public short getBulletHeight()
public void setBulletHeight(short value)
public char getBulletCharacter()
public void setBulletCharacter(char value)
public short getSpaceBefore()
public void setSpaceBefore(short value)
public short getSpaceAfter()
public void setSpaceAfter(short value)
public short getSpaceWithin()
public void setSpaceWithin(short value)
public short getBulletOffset()
public void setBulletOffset(short value)
public short getTextOffset()
public void setTextOffset(short value)
public int getAlignment()
public void setAlignment(int value)
public boolean isExtendedBullet()
public int getBulletType()
public void setBulletType(int value)
public int getNumberedBulletStyle()
public void setNumberedBulletStyle(int value)
public short getNumberedBulletStartWith()
public void setNumberedBulletStartWith(short value)
public short getPictureBulletId()
public void setPictureBulletId(short value)
public int getRawAlignment()
public void setRawAlignment(int value)
public java.awt.Color getRawBulletColor()
public void setRawBulletColor(java.awt.Color value)
public int getRawBulletFontIndex()
public void setRawBulletFontIndex(int value)
public short getRawBulletHeight()
public void setRawBulletHeight(short value)
public char getRawBulletCharacter()
public void setRawBulletCharacter(char value)
public short getRawSpaceBefore()
public void setRawSpaceBefore(short value)
public short getRawSpaceAfter()
public void setRawSpaceAfter(short value)
public short getRawSpaceWithin()
public void setRawSpaceWithin(short value)
public short getRawBulletOffset()
public void setRawBulletOffset(short value)
public short getRawTextOffset()
public void setRawTextOffset(short value)
public short getRawNumberedBulletAuto()
public void setRawNumberedBulletAuto(short value)
public int getRawNumberedBulletStyle()
public void setRawNumberedBulletStyle(int value)
public short getRawNumberedBulletStartWith()
public void setRawNumberedBulletStartWith(short value)
public short getRawPictureBulletId()
public void setRawPictureBulletId(short value)
public Portions getPortions()
public java.lang.String getText()
public void setText(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |