Sort Score
Result 10 results
Languages All
Labels All
Results 8,301 - 8,310 of 155,673 for

doc

(0.12 sec)
  1. Section class | Aspose.Words for Python

    aspose.words.Section class. Represents a single section in a Document...Constructors Name Description Section(doc) Initializes a new instance of...Aspose.Words document by hand. doc = aw . Document () # A blank...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ListCollection.AddCopy | Aspose.Words for .NET

    Discover the ListCollection AddCopy method to effortlessly duplicate a list and enhance your Document's collection with ease and efficiency.... Document doc = new Document (); // A list...first list level. List list1 = doc . Lists . Add ( ListTemplate...

    reference.aspose.com/words/net/aspose.words.lis...
  3. Aspose::Words::Saving::PdfPageMode enum | Aspos...

    Aspose::Words::Saving::PdfPageMode enum. Specifies how the PDF Document should be displayed when opened in the PDF reader in C++.... auto doc = MakeObject < Document > ( MyDir...k ( headerFooterBookmark ); doc -> Save ( ArtifactsDir + u "PdfSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. ImageData class | Aspose.Words for Python

    aspose.words.drawing.ImageData class. Defines an image for a shape... doc = aw . Document ( MY_DIR + 'Images...local file system. shapes = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::ShapeBase::get_MarkupLa...

    Aspose::Words::Drawing::ShapeBase::get_MarkupLanguage method. Gets MarkupLanguage used for this graphic object in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Shape > shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Convert Image To SVG Java

    Convert Image to SVG format in Java code. Save Image as SVG using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/conversion/image...
  7. C# API to Export PS to DOCM | products.aspose.com

    Convert PS to DocM without using Microsoft Word...(PS) files to Microsoft Word (DOC) format. After the conversion...Words for .NET API to render the DOC file to DOCM format. The Aspose...

    products.aspose.com/total/net/conversion/ps-to-...
  8. Edit WORD In C++

    Edit a Word Document in C++ code....namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...MakeObject <DocumentBuilder>(doc); // Insert text at the beginning...

    products.aspose.com/words/cpp/edit/word/
  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…... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); // Apply default font across the document. doc.getStyles()...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  10. ChartDataLabelCollection.separator property | A...

    ChartDataLabelCollection.separator property. Gets or sets string separator used for the data labels of the entire series... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chart = builder . insertChart...

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