Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 17,667 for

paragraph

(0.07 sec)
  1. Template Syntax in C#|Aspose.Words for .NET

    How to create a template for LINQ Reporting Engine to build a report in C#....that can occupy multiple paragraphs to be more descriptive. A...lead to a situation where a paragraph containing the tag becomes...

    docs.aspose.com/words/net/template-syntax/
  2. BuiltInDocumentProperties.content_type property...

    BuiltInDocumentProperties.content_type property. Gets or sets the content type of the document.... Document ( MY_DIR + 'Paragraphs.docx' ) properties = doc...number of Paragraph nodes in the document to the "paragraphs" built-in...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to Insert Picture in Word using Python

    This tutorial provides quick information on how to insert picture in Word using Python. It contains information to configure the environment, a step-by-step process and finally a runnable sample code that demonstrates the process to insert image in Word using Python....Move the cursor to the last paragraph in the last section Insert...cell, field, header, footer, paragraph, or section by moving with...

    kb.aspose.com/words/python/how-to-insert-pictur...
  4. FieldTime class | Aspose.Words for Python

    aspose.words.fields.FieldTime class. Implements the TIME field...node, returns its parent paragraph. If the field is already removed...TIME field, insert a new paragraph and return the field.""" field...

    reference.aspose.com/words/python-net/aspose.wo...
  5. container|Documentation

    Container element is used to break content into columns and to add a footer to the form....paragraph= ?content=Aspose.OMR Examples...align=right font_size=10 &paragraph &block &container page block...

    docs.aspose.com/omr/net/txt-markup/container/
  6. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....resultant graph object to the paragraph collection of the selected...added to the PDF page as a paragraph item. Code to Draw a Circle...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  7. FieldSeq Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSeq class for seamless SEQ field implementation. Enhance your document automation with powerful features and flexibility....node, returns its parent paragraph. If the field is already removed...// Each entry contains the paragraph that contains the SEQ field...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::ImportFormatOptions class | Aspo...

    Aspose::Words::ImportFormatOptions class. Allows to specify various import options to format output. To learn more, visit the documentation article in C++....:: Words :: StyleType :: Paragraph , u "MyStyle" ); myStyle ->...destination styles into direct paragraph attributes. auto options =...

    reference.aspose.com/words/cpp/aspose.words/imp...
  9. StyleCollection.DefaultFont | Aspose.Words for ...

    Discover the StyleCollection DefaultFont property for seamless document text formatting. Enhance your documents with consistent, professional style....Paragraph", the collection will apply...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . That...

    reference.aspose.com/words/net/aspose.words/sty...
  10. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....object Add TextFragment to Paragraph collection of the page Save..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/cpp/create-document/