BulletFormat
Overview
BulletFormat є клас в Aspose.Slides FOSS для Java. Наследники від: PVIObject, IBulletFormat.
Представляє властивості форматирування параграфа.
Цей клас надає 24 методи для роботи з об’єктами BulletFormat в програмах Java. Доступні методи включають: BulletFormat, PVIObject, asIPresentationComponent, getChar, getColor, getFont, getHeight, getIsBulletHardColor, getIsBulletHardFont, getNumberedBulletStartWith, getNumberedBulletStyle, getPicture, і 12 додаткових методів. Всі публічні члени доступні будь-якій додаткові Java після встановлення FOSS для пакету Java. Свойства: char, color, font, height, isBulletHardColor, isBulletHardFont, і ще 6.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read | Знайшов тип. |
char | String | Read | Він отримує гальму. |
font | IFontData | Read | Знайшов шрифт. |
height | float | Read | Знайде висоту. |
color | IColorFormat | Read | Знайде колір. |
numberedBulletStartWith | int | Read | Починає з нумерації кулі. |
numberedBulletStyle | NumberedBulletStyle | Read | Він має номеру пулі. |
isBulletHardColor | NullableBool | Read | Це ж є твердий колір кулі. |
picture | ISlidesPicture | Read | Зрозуміло. |
isBulletHardFont | NullableBool | Read | Це - твердий шрифт. |
slide | IBaseSlide | Read | Він отримує слайд. |
presentation | IPresentation | Read | Він отримує презентацію. |
Methods
| Signature | Description |
|---|---|
BulletFormat() | Створює необ’єднаний {@code BulletFormat}. |
initInternal(pprElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → BulletFormat | Ініціалізує цей формат бали з даного елемента {@code <a:pPr>} . |
getType() → BulletType | Повертає тип. |
setType(value: BulletType) | Налаштовує значення типу. |
getChar() → String | Повертає гаря. |
setChar(value: String) | Налаштовує значення char. |
getFont() → IFontData | Повертає шрифт. |
setFont(value: IFontData) | Налаштовує значення шрифту. |
getHeight() → float | Відвертає висоту. |
setHeight(value: float) | Налаштовує значення висоти. |
getColor() → IColorFormat | Відвертає колір. |
getNumberedBulletStartWith() → int | Повертає нумерацію кулі, з якої починається. |
setNumberedBulletStartWith(value: int) | Налаштовує нумерацію палички на початок з значення. |
getNumberedBulletStyle() → NumberedBulletStyle | Повертає номеру пулі. |
setNumberedBulletStyle(value: NumberedBulletStyle) | Налаштовує значення стилю нумерації. |
getIsBulletHardColor() → NullableBool | Повертає твердий колір кулі. |
setIsBulletHardColor(value: NullableBool) | Налаштовує значення кольору. |
getPicture() → ISlidesPicture | Повертає картинку. |
getIsBulletHardFont() → NullableBool | Повертає шрифт “булі”. |
setIsBulletHardFont(value: NullableBool) | Налаштовує значення шрифту “is” (куля). |
PVIObject() | Створює PVIOobject без батьківського слайду. |
getSlide() → IBaseSlide | Повертає слайд. |
getPresentation() → IPresentation | Повертає презентацію. |
asIPresentationComponent() → IPresentationComponent | Повертає цей об’єкт як {@link IPresentationComponent}. |