Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 36,322 for

paragraph

(0.06 sec)
  1. Creating page margins and sections to insert te...

    I would like to modify the contents of a StructuredDocumentTag to contain page margins that are specific to that sdt and then insert content into that sdt (using the margins of that sdt). I thought the below code would a…...var markerParagraph = new Paragraph(target); sdt.AppendChild(markerParagraph);...// Put paragraph before SDT and after it. The paragraphs will be...

    forum.aspose.com/t/creating-page-margins-and-se...
  2. Aspose::Words::Fields::FieldRef::get_InsertPara...

    Aspose::Words::Fields::FieldRef::get_InsertParagraphNumberInRelativeContext method. Gets whether to insert the Paragraph number of the referenced Paragraph in relative context in C++....insert the paragraph number of the referenced paragraph in relative...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Fields::FieldStyleRef::get_Inser...

    Aspose::Words::Fields::FieldStyleRef::get_InsertParagraphNumberInFullContext method. Gets whether to insert the Paragraph number of the referenced Paragraph in full context in C++....insert the paragraph number of the referenced paragraph in full...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Style Class Reference - Aspose.W...

    Represents a single built-in or user-defined style....doc->get_Styles()->Add( StyleType::Paragraph , u "MyStyle" ); style->g...from the document to the paragraph that the document builder...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Image extraction issue 7 - Aspose.Words Product...

    Dear team, we are extracting images from docx, but below docx having having flowchat but we are notable to extract below case please find below source code and input file Source code : public class FixedGraphic { s…...bookmark in interim document Paragraph pa = shape.getParentParagraph();...are children of different paragraphs, so to preserve their positions...

    forum.aspose.com/t/image-extraction-issue-7/247293
  6. MathPortion() | Aspose.Slides for C++ API Refer...

    Initializes a new instance of the MathPortion class....0f ); auto paragraph = shape -> get_TextFrame ()...() -> get_Paragraphs () -> idx_get ( 0 ); auto mathPortion =...

    reference.aspose.com/slides/cpp/aspose.slides.m...
  7. smarttag - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...images, fields,etc.) within a paragraph. Smart tags is a kind of custom...

    reference.aspose.com/words/java/com.aspose.word...
  8. TabStopCollection - Aspose.Words for Java - API...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....PageSavingArgs PageSet PageSetup Paragraph ParagraphCollection ParagraphFormat...represent custom tabs for a paragraph or a style. In Microsoft Word...

    reference.aspose.com/words/java/com.aspose.word...
  9. Range.Revisions | Aspose.Words for .NET

    Range Revisions property. Gets a collection of revisions tracked changes that exist in this range in C#....docx" ); Paragraph paragraph = doc . FirstSection...foreach ( Revision revision in paragraph . Range . Revisions ) { if...

    reference.aspose.com/words/net/aspose.words/ran...
  10. Aspose::Words::Fields::FieldListNum Class Refer...

    Implements the LISTNUM field....Examples Shows how to number paragraphs with LISTNUM fields. auto..."0" ); builder->Writeln(u "Paragraph 1" ); ASSERT_EQ(u " LISTNUM...

    reference.aspose.com/words/cpp/class/aspose.wor...