ControlChar.SECTION_BREAK property. End of section character: \x000c or \f...new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...
ControlChar.LINE_FEED property. Line feed character: \x000a or \n...new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...
ControlChar.LF property. Line feed character: \x000a or \n...new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...
ControlChar.SPACE_CHAR property. Space character: (char)32....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...
Aspose::Words::ParagraphFormat::get_OutlineLevel method. Specifies the outline level of the Paragraph in the document in C++....the outline level of the paragraph in the document. Aspose ::...Examples Shows how to configure paragraph outline levels to create collapsible...
Aspose::Words::Style::get_ListFormat method. Provides access to the list formatting properties of a Paragraph style in C++....formatting properties of a paragraph style. System :: SharedPtr...property is only valid for paragraph styles. For other style types...
DocumentBase.styles property. Returns a collection of styles defined in the document....Shows how to create and use a paragraph style with list formatting...= doc ) # Create a custom paragraph style. style = doc . styles...
FrameFormat.horizontal_position property. Gets horizontal distance between the edge of the frame and the item specified by the [FrameFormat.relative_horizontal_position](../relative_horizontal_position/) property....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...
DocumentBuilder.insert_style_separator method. Inserts style separator into the document....allows to apply different paragraph styles to two different parts...DocumentBuilder ( doc = doc ) # Each paragraph can only have one style. #...