Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 36,319 for

paragraph

(0.07 sec)
  1. FieldPrint.PostScriptGroup | Aspose.Words for .NET

    FieldPrint PostScriptGroup property. Gets or sets the drawing rectangle that the PostScript instructions operate on in C#.... Write ( "My paragraph" ); // The PRINT field can...this case, it will be the paragraph that contains our PRINT field...

    reference.aspose.com/words/net/aspose.words.fie...
  2. How to remove math formulas - Aspose.Words Prod...

    Dear team, we are extracting images from docx but in this case its extracting formulas also, we need to skip these formulas. please find source code Source code : if ((Paragraph.toString(SaveFormat.TEXT).toLowerCase()…...source code Source code : if ((paragraph.toString(SaveFormat.TEXT)...trim().startsWith("fig") || paragraph.toString(SaveFormat.TEXT)...

    forum.aspose.com/t/how-to-remove-math-formulas/...
  3. TabStopCollection.Equals | Aspose.Words for .NET

    TabStopCollection Equals method. Determines whether the specified TabStopCollection is equal in value to the current TabStopCollection in C#....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...AreEqual ( 2 , paragraphs . Count ); // Each paragraph gets its tab...

    reference.aspose.com/words/net/aspose.words/tab...
  4. ControlChar.FieldSeparatorChar | Aspose.Words f...

    ControlChar 场地. 字段分隔符将字段代码与字段值分开在某些领域是可选的值char20.... Paragraph , true ). Count ); builder...GetChildNodes ( NodeType . Paragraph , true ). Count ); // 换行符有两个版本。...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. FieldRef.InsertParagraphNumberInFullContext | A...

    FieldRef 财产. 获取或设置是否在完整上下文中插入被引用段落的段落编号..."MyBookmark" , "The referenced paragraph is " , " this field.\n" );..."MyBookmark" , "The bookmark's paragraph number is " , "\n" ); field...

    reference.aspose.com/words/zh/net/aspose.words....
  6. FieldRef.IncludeNoteOrComment | Aspose.Words fo...

    FieldRef 财产. 获取或设置是否递增书签标记为 的脚注尾注和注释编号并插入相应的脚注尾注和注释文本..."MyBookmark" , "The referenced paragraph is " , " this field.\n" );..."MyBookmark" , "The bookmark's paragraph number is " , "\n" ); field...

    reference.aspose.com/words/zh/net/aspose.words....
  7. How to Convert Automatic Numbering to Normal Te...

    Yeahh, my question is: How to Convert Automatic Numbering to Normal Texts in Word Document New Microsoft Word Document.docx (49.0 KB) In my document, I have a numbered list. I want to convert this number list to normal…...Get all paragraphs, which are list items List<Paragraph> listItems...GetChildNodes(NodeType.Paragraph, true).Cast<Paragraph>() .Where(p =>...

    forum.aspose.com/t/how-to-convert-automatic-num...
  8. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/pdf/
  9. Make DOCX Using Java

    Make a new DOCX in Java in a few steps. Easily create DOCX using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/docx/
  10. Aspose::Words::StyleCollection Class Reference ...

    A collection of Style objects that represent both the built-in and user-defined styles in a document....Shows how to create and use a paragraph style with list formatting...doc); // Create a custom paragraph style. SharedPtr<Style> style...

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