Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 11,863 for

document insertion

(0.07 sec)
  1. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects.... Document doc = new Document (); // Insert a group shape...and to the right of // the document's x and Y coordinate origin...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Border::get_LineWidth method | A...

    Aspose::Words::Border::get_LineWidth method. Gets or sets the border width in points in C++....to insert a string surrounded by a border into a document. auto...auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. FieldDisplayBarcode.PosCodeStyle | Aspose.Words...

    Discover the FieldDisplayBarcode PosCodeStyle property for customizing Point of Sale barcodes. Supports UPCA, EAN13, and more for optimal efficiency....set ; } Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. NodeList.Count | Aspose.Words for .NET

    Discover the NodeList Count property to easily retrieve the total number of nodes in your list, enhancing your web development efficiency.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert some nodes with a DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  5. CustomXmlPartCollection.removeAt method | Aspos...

    CustomXmlPartCollection.removeAt method. Removes an item at the specified index....how to create a structured document tag with custom XML data.... let doc = new aw . Document (); // Construct an XML part that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ShapeType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.ShapeType enum to define and customize shape types in your Microsoft Word Documents for enhanced visual appeal....shape in a Microsoft Word document. public enum ShapeType Values...Microsoft Word. For example, if you insert a new auto shape from ClipArt...

    reference.aspose.com/words/net/aspose.words.dra...
  7. RowFormat.height_rule property | Aspose.Words f...

    RowFormat.height_rule property. Gets or sets the rule for determining the height of the table row.... Document () builder = aw . DocumentBuilder.... start_table () builder . insert_cell () table . left_indent...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageSize Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ImageSize class, your go-to resource for detailed image size and resolution insights for enhanced Document quality....the Working with Images documentation article. public class ImageSize...shape with an image. // When we insert an image using the "InsertImage"...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = Document.Styles["tableStyle"]; builder.InsertParagraph(); b…...Style = document.Styles["tableStyle"]; builder...applied a font earlier in the document using Aspose.Words.Font font...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  10. CellFormat.top_padding property | Aspose.Words ...

    CellFormat.top_padding property. Returns or sets the amount of space (in points) to add above the contents of cell....cells with a document builder. doc = aw . Document () builder =.... start_table () builder . insert_cell () builder . write ( 'Row...

    reference.aspose.com/words/python-net/aspose.wo...