ParagraphFormat

ParagraphFormat — Aspose.Slides FOSS C++ API Reference

ParagraphFormat — Represents paragraph formatting properties.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
IBulletFormatIBulletFormatRead
NullableBoolNullableBoolRead
FontAlignmentFontAlignmentRead
PortionFormatPortionFormatRead

Methods

MethodReturnsDescription
IBulletFormat()IBulletFormat
IBulletFormat()IBulletFormat
NullableBool()NullableBool
NullableBool()NullableBool
NullableBool()NullableBool
NullableBool()NullableBool
FontAlignment()FontAlignment
PortionFormat()PortionFormat
PortionFormat()PortionFormat
alignment()TextAlignmentReturns the text alignment.
set_alignment()voidSets the text alignment.
init_internal()voidInitialize from an existing XML node.
save()voidPersist changes via the save callback.
get_nullable_bool_attr()NullableBoolRead a NullableBool from a pPr attribute.
set_nullable_bool_attr()voidWrite a NullableBool to a pPr attribute.
get_spacing()doubleRead spacing from a child element (lnSpc, spcBef, spcAft).
set_spacing()voidWrite spacing to a child element.
get_emu_attr()doubleRead an EMU-based attribute and convert to points.
set_emu_attr()voidWrite a point value as an EMU attribute.

See Also