Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 15,601 for

paragraphs

(0.04 sec)
  1. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....Document > (); SharedPtr < Paragraph > para = doc -> get_FirstSection...the first paragraph of this document. auto paragraph = System...

    reference.aspose.com/words/cpp/aspose.words/node/
  2. ShapeBase.anchor_locked property | Aspose.Words...

    ShapeBase.anchor_locked property. Specifies whether the shape's anchor is locked....lock or unlock a shape’s paragraph anchor. doc = aw . Document...an anchor attached to this paragraph.' ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Comment constructor | Aspose.Words for Python

    aspose.words.Comment constructor...insert_before() on the paragraph where you want the comment...how to add a comment to a paragraph. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Style.automaticallyUpdate property | Aspose.Wor...

    Style.automaticallyUpdate property. Specifies whether this style is automatically redefined based on the appropriate value....style when the appropriate paragraph formatting has been changed...property is applicable to paragraph styles only. The default value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Font::get_SmallCaps method | Asp...

    Aspose::Words::Font::get_SmallCaps method. True if the font is formatted as small capital letters in C++....ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...System :: ExplicitCast < Paragraph > ( para -> get_ParentNode...

    reference.aspose.com/words/cpp/aspose.words/fon...
  6. Comment lire un fichier DOCX en Python

    Ce tutoriel précis décrit comment lire un fichier DOCX en Python. Pour lire la configuration de l'environnement DOCX Python, les étapes de programmation détaillées et un exemple de code Python exécutable sont disponibles ici....récupérer tous les nœuds de paragraphe du DOCX chargé Convertir...nœud en paragraphe Extrayez le contenu de chaque paragraphe et convertissez-le...

    kb.aspose.com/fr/words/python/how-to-read-docx-...
  7. Create Markdown – C# Code Examples

    Code for creating Markdown files in C#. Use the C# library to create Markdown from scratch and open, parse, or edit MD files....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "First...

    products.aspose.com/html/net/create-markdown/
  8. Aspose.Words DOM|Aspose.Words para Python via .NET

    Document Object Model (DOM) é uma representação na memória de um documento do Word. Leia, manipule e modifique o conteúdo e a formatação de um documento do Word usando Python.... por exemplo, Section ou Paragraph , derivam da classe CompositeNode...abaixo. Document , Section , Paragraph , Table , Shape , Run e todas...

    docs.aspose.com/words/pt/python-net/aspose-word...
  9. Incorrect Bullet Character Detected in a PowerP...

    I have attached a pptx file “bullet_issue.pptx” having one shape in the first slide. The shape text has bullet points enabled. I have attached the screenshot of slide content as file “slide_screenshot.png” to show how t…...paragraphs[0].paragraph_format.bullet.get_effective()...specifically set for that paragraph. Here’s an example of how...

    forum.aspose.com/t/incorrect-bullet-character-d...
  10. Markdown Lists – C# Code Examples

    Creating Markdown Lists in C#. Use the C# library to create ordered and unordered Markdown lists....AppendChild(li1); // Create a paragraph with text content and add...the li1 item var paragraph = mdf.Paragraph(); var heading = mdf...

    products.aspose.com/html/net/markdown-list/