Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 4,610 for

paragraph builder

(0.28 sec)
  1. FieldBuilder.add_argument method | Aspose.Words...

    aspose.words.fields.FieldBuilder.add_argument method...construct fields using a field builder, and then insert them into...field builder. # 1 - Single field: # Use a field builder to add...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... Document () builder = aw . DocumentBuilder ( doc...prompts the user to enter text. builder . insert_text_input ( 'TextInput'...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::Field class | Aspose.Wor...

    Aspose::Words::Fields::Field class. Represents a Microsoft Word document field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...content and span multiple paragraphs or sections in a document...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Shading.foreground_tint_and_shade property | As...

    Shading.foreground_tint_and_shade property. Gets or sets a double value that lightens or darkens a foreground theme color.... Document () builder = aw . DocumentBuilder ( doc...first_section . body . first_paragraph . paragraph_format . shading shading...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ShapeBase class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...the shape is a child of a Paragraph object, then the shape is...something (e.g the current paragraph, the margin or the page)....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImageSaveOptions.page_set property | Aspose.Wor...

    ImageSaveOptions.page_set property. Gets or sets the pages to render...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Page 1.' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldCitation.page_number property | Aspose.Wor...

    FieldCitation.page_number property. Gets or sets a page number associated with the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.page_setup property | Aspose.Wo...

    DocumentBuilder.page_setup property. Returns an object that represents current page setup and section properties.... Document () builder = aw . DocumentBuilder ( doc...for the builder's current section and add text. builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Several Image Into WORD C++

    Merge multiple Image into WORD in C++ code. Save Image as WORD using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/image-to-word/
  10. Several Image Into TXT C++

    Merge multiple Image into TXT in C++ code. Save Image as TXT using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/image-to-txt/