Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 18,131 for

paragraph

(0.08 sec)
  1. 限制 Python 中的文档编辑|Python via .NET 格式的 Aspose.Words

    通过使用 Python 设置限制类型来限制编辑文档。您还可以删除保护并创建不受限制的可编辑区域。...read-only, we cannot edit this paragraph without the password." ) #...range. builder . writeln ( "Paragraph inside first editable range"...

    docs.aspose.com/words/zh/python-net/restrict-do...
  2. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the EnsureMinimum method...

    docs.aspose.com/words/net/working-with-sections/
  3. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...markup can be normal HTML (paragraphs, bold, etc.). Example <p>This...the end of a paragraph Paragraph para = (Paragraph) doc.getFirstSection()...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  4. Replace Fields with Text Java|Aspose.Words for ...

    Learn how to replace fields with text in Java. Replace fields with static data using the Java API....block-level node such as a Paragraph , be aware that in some cases...can span across multiple paragraphs. If this happens it is recommended...

    docs.aspose.com/words/java/replace-fields/
  5. BuiltInDocumentProperties.paragraphs property |...

    BuiltInDocumentProperties.Paragraphs property. Represents an estimate of the number of Paragraphs in the document....paragraphs property BuiltInDocumentPrope.paragraphs property...number of paragraphs in the document. @property def paragraphs ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BuiltInDocumentProperties.Paragraphs | Aspose.W...

    Discover the BuiltInDocumentProperties Paragraphs property, offering an accurate estimate of Paragraph count in your document for better content management....Paragraphs Contents [ Hide ] BuiltInDocumentPrope.Paragraphs...number of paragraphs in the document. public int Paragraphs { get...

    reference.aspose.com/words/net/aspose.words.pro...
  7. ListTemplate enumeration | Aspose.Words for Python

    aspose.words.lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. # Each paragraph that we add between a list's...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Markup::SdtType enum | Aspose.Wo...

    Aspose::Words::Markup::SdtType enum. Specifies the type of a structured document tag (SDT) node in C++....Aspose :: Words :: Paragraph > paragraph = doc -> get_FirstSection...-> get_FirstParagraph (); paragraph -> AppendChild < System ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Manage Presentation Tables in PHP|Aspose.Slides...

    Create & edit tables in PowerPoint slides with Aspose.Slides for PHP via Java. Discover simple code examples to streamline your table workflows....Creates the Paragraph object for the text frame $paragraph = $txtFrame...Portion object for paragraph $portion = $paragraph -> getPortions...

    docs.aspose.com/slides/php-java/manage-table/
  10. Text hyperlink issue - Free Support Forum - asp...

    hello team, As when we are inserting below text using old aspose version (16.1.0.0) var WatchListSummary = "<p style='font-size:13px; text-align:Justify;line-height:1.25em;margin-bottom:0pt;'><b>Manish Sharma</b>&nbsp…...link manually: // build the paragraph up to the link text documentBuilder...Underline.Single; // close the paragraph documentBuilder.Writeln("</p><br/>");...

    forum.aspose.com/t/text-hyperlink-issue/323133