get_ParagraphFormat()

Paragraph::get_ParagraphFormat() method

Returns the formatting object for this paragraph. Read-only IParagraphFormat.

System::SharedPtr<IParagraphFormat> Aspose::Slides::Paragraph::get_ParagraphFormat() override

Remarks

The formatting object contains the formatting parameters defined for the current paragraph only, inherited data is not applied.

In order to get the effective values including inherited ones use the ParagraphFormat::GetEffective method.

See Also