Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 36,320 for

paragraph

(0.07 sec)
  1. Run - 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...Run can only be a child of Paragraph or inline StructuredDocumentTa...

    reference.aspose.com/words/java/com.aspose.word...
  2. TableStyle Class | Aspose.Words for .NET

    Aspose.Words.TableStyle class. Represents a table style in C#....formatting properties of a paragraph style. Name { get; set; }...automatically to a new paragraph inserted after a paragraph formatted with...

    reference.aspose.com/words/net/aspose.words/tab...
  3. Unexpected behaviour of HtmlSaveOptions.CssStyl...

    When HtmlSaveOptions.CssStyleSheetType set to Embedded the resulting html markup still contains inline styles. I didn’t find any information how CssStyleSheetType.Embedded should affect resulting html. I have attached co…... For example paragraph formatting can be applied...applied to the paragraph and explicitly to the paragraph through it’s...

    forum.aspose.com/t/unexpected-behaviour-of-html...
  4. Doc revisions aspose word - Aspose.Words Produc...

    Hi Vadim, Thank you for your response. I have the same Node but your code if (para == node) is not working. Have you any “compare” function to compre two nodes ? Best regards,...Hi all, I want to know how paragraphe or how section exactly revised...HasRevisions work on doc but not on paragraphe. Best regards, Jugurtha Vadim...

    forum.aspose.com/t/doc-revisions-aspose-word/24...
  5. Aspose::Words::StyleCollection::get_DefaultPara...

    Aspose::Words::StyleCollection::get_DefaultParagraphFormat method. Gets document default Paragraph formatting in C++....method Gets document default paragraph formatting. System :: SharedPtr...support for document default paragraph formatting. Examples Shows...

    reference.aspose.com/words/cpp/aspose.words/sty...
  6. Aspose.Slides for Android via Java 18.11 Releas...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....to get effects by text-box paragraphs Feature SLIDESNET-40523 Implement...effects for the specified text paragraph. public final IEffect [] ...

    docs.aspose.com/slides/androidjava/aspose-slide...
  7. Table.Table | Aspose.Words for .NET API 参考

    Table 构造函数. 初始化 桌子类....firstCell ); Paragraph paragraph = new Paragraph ( doc ); firstCell...firstCell . AppendChild ( paragraph ); // 在表格第一行的第一个调用中添加文本。 Run...

    reference.aspose.com/words/zh/net/aspose.words....
  8. CompositeNode.GetText | Aspose.Words for .NET A...

    CompositeNode 方法. 获取该节点及其所有子节点的文本... Paragraph , true ); foreach ( Paragraph para in paras...paras . OfType < Paragraph >(). Where ( p => p . ListFormat . IsListItem...

    reference.aspose.com/words/zh/net/aspose.words/...
  9. Aspose::Words::Inline::get_Font method | Aspose...

    Aspose::Words::Inline::get_Font method. Provides access to the font formatting of this object in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/inl...
  10. Aspose.Words Document Object Model (DOM) in C++...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using C++.... Every run of a text, paragraph, table, or section is a node... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/cpp/aspose-words-document...