Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 18,243 for

paragraph

(0.96 sec)
  1. Aspose::Words::Layout::LayoutCollector::GetNumP...

    Aspose::Words::Layout::LayoutCollector::GetNumPagesSpanned method. Gets number of pages the specified node spans. 0 if node is within a single page. This is the same as GetEndPageIndex() - GetStartPageIndex() in C++....Aspose :: Words :: NodeType :: Paragraph , 1 , true ))); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. Aspose::Words::Layout::LayoutCollector::GetStar...

    Aspose::Words::Layout::LayoutCollector::GetStartPageIndex method. Gets 1-based index of the page where node begins. Returns 0 if node cannot be mapped to a page in C++....Aspose :: Words :: NodeType :: Paragraph , 1 , true ))); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Aspose::Words::DocumentBuilder::get_IsAtStartOf...

    Aspose::Words::DocumentBuilder::get_IsAtStartOfParagraph method. Returns true if the cursor is at the beginning of the current Paragraph (no text before the cursor) in C++....beginning of the current paragraph (no text before the cursor)...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Fields::FieldOptions::get_BuiltI...

    Aspose::Words::Fields::FieldOptions::get_BuiltInTemplatesPaths method. Gets or sets paths of MS Word built-in templates in C++....:: BuildingBlockBehavio :: Paragraph ); doc -> get_GlossaryDocument...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Unable to Get Anchoring Type for Vertical Align...

    Hi, auto textFrameFormat = shape->get_TextFrame()->get_TextFrameFormat(); auto anchor = textFrameFormat->get_AnchoringType(); get_Anchoring returns undefined for the attached presentation. The set text vertical alignm…...and horizontal alignment of paragraphs. You can get the vertical...of a paragraph like this: auto alignmentType = paragraph->get...

    forum.aspose.com/t/unable-to-get-anchoring-type...
  6. docx转化PDF后,标题换行了 - Free Support Forum - aspose.com

    docx转换PDF后,标题行换行了,但是在word中直接导出不会出现这个情况。 new.docx (11.1 KB)...如有手动换行符,可在保存前删除 for (Paragraph para : (Iterable<Paragraph>) doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { String txt = para.getText()...

    forum.aspose.com/t/docx-pdf/325351
  7. TxtLeadingSpacesOptions enumeration | Aspose.Wo...

    aspose.words.loading.TxtLeadingSpacesOptions enumeration. Specifies available options for leading space handling during import from [LoadFormat.TEXT](../../aspose.words/loadformat/#TEXT) file....first line indent to the paragraph to simulate the effect of...load_options ) paragraphs = doc . first_section . body . paragraphs switch_condition...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LayoutCollector | Aspose.Words for Java

    This class allows to compute page numbers of document nodes in Java.... run, paragraph or table cell) is located...getEntity(doc.getChild(NodeType.PARAGRAPH, 1, true))); Assert.asser...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Math::OfficeMath class | Aspose....

    Aspose::Words::Math::OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike. Can contain child elements including runs of mathematical text, bookmarks, comments, other OfficeMath instances and some other nodes. To learn more, visit the documentation article in C++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PreviousSibling...OfficeMath can only be a child of Paragraph . Examples Shows how to set...

    reference.aspose.com/words/cpp/aspose.words.mat...
  10. Aspose::Words::Fields::FieldAdvance class | Asp...

    Aspose::Words::Fields::FieldAdvance class. Implements the ADVANCE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/cpp/aspose.words.fie...