Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 17,911 for

insert documents

(0.04 sec)
  1. Font.size property | Aspose.Words for Node.js

    Font.size property. Gets or sets the font size in points....number Examples Shows how to insert formatted text using DocumentBuilder...DocumentBuilder. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Border.tint_and_shade property | Aspose.Words f...

    Border.tint_and_shade property. Gets or sets a double value that lightens or darkens a color.... Examples Shows how to insert a paragraph with a top border...border. doc = aw . Document () builder = aw . DocumentBuilder (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Font::get_Size method | Aspose.W...

    Aspose::Words::Font::get_Size method. Gets or sets the font size in points in C++....get_Size () Examples Shows how to insert formatted text using DocumentBuilder.... auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. MergeFieldImageDimension | Aspose.Words for Java

    Represents an image dimension i.e in Java....the Working with Fields documentation article. Remarks: To indicate...indicate that the image should be inserted with its original dimension...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Drawing::TextBox::get_InternalMa...

    Aspose::Words::Drawing::TextBox::get_InternalMarginTop method. Specifies the inner top margin in points for a shape in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert another textbox with specific...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Shape::get_HorizontalRu...

    Aspose::Words::Drawing::Shape::get_HorizontalRuleFormat method. Provides access to the properties of the horizontal rule shape. For a shape that is not a horizontal rule, returns null in C++....t () Examples Shows how to insert a horizontal rule shape, and...formatting. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. FieldOptions.is_bidi_text_supported_on_update p...

    FieldOptions.is_bidi_text_supported_on_update property. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not.... Document () builder = aw . DocumentBuilder...e = True # Use a document builder to insert a field that contains...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Create Slicer to a Pivot Table|Documentation

    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....table and then clicking the Insert > Slicer . Aspose.Cells for...

    docs.aspose.com/cells/python-java/create-slicer...
  9. DocumentBase.import_node method | Aspose.Words ...

    aspose.words.DocumentBase.import_node method...node from another document to the current document. def import_node...belonging to the importing document. The returned node has no...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Specify Default Fonts|Aspose.Words for .NET

    Specify default fonts. NPOI does not provide an opportunity to specify default fonts using C#....which allows to convert a Word document to PDF. This is achieved by...loading the document into the Aspose.Words document model (DOM)...

    docs.aspose.com/words/net/specify-default-fonts/