Sort Score
Result 10 results
Languages All
Labels All
Results 8,601 - 8,610 of 17,110 for

docx to doc

(0.06 sec)
  1. Aspose::Words::DocumentBuilder::InsertBreak met...

    Aspose::Words::DocumentBuilder::InsertBreak method. Inserts a break of the specified type inTo the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a table of contents...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. DocumentBuilder.bold property | Aspose.Words fo...

    DocumentBuilder.bold property. True if the font is formatted as bold.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some MERGEFIELDS...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Work with a Document Marked by a Sensitivity La...

    Convert Word with applied sensitivity label To PDF using C#. Work with Documents marked by a sensitivity labels – various input formats, including Word, OpenOffice, Image and eBook.... Create a new DOCX document with some content....Document doc = new Document ( unlabeledStream ); doc . Watermark...

    docs.aspose.com/words/net/work-with-document-ma...
  4. ChartLegend.legend_entries property | Aspose.Wo...

    ChartLegend.legend_entries property. Returns a collection of legend entries for all series and trendlines of the parent chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

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

    Discover the Aspose.Words.Fields.FieldKeywords class To efficiently implement the KEYWORDS field, enhancing your Document's metadata and searchability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add some keywords, also...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::EditableRange::get_EditableRange...

    Aspose::Words::EditableRange::get_EditableRangeStart method. Gets the node that represents the start of the editable range in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> Protect ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/edi...
  7. XmlMapping.set_mapping method | Aspose.Words fo...

    XmlMapping.set_mapping method. Sets a mapping between the parent structured Document tag and an XML node of a cusTom XML data part.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.scaling property | Aspose.Words for Node.js

    Font.scaling property. Gets or sets character width scaling in percent.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add run of text and increase...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TextBox.InternalMarginLeft | Aspose.Words for .NET

    Discover the TextBox InternalMarginLeft property To cusTomize your shape's inner left margin in points for enhanced design flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert another textbox...

    reference.aspose.com/words/net/aspose.words.dra...
  10. PageSetup.multiplePages property | Aspose.Words...

    PageSetup.multiplePages property. For multiple page Documents, gets or sets how a Document is printed or rendered so that it can be bound as a booklet.... let doc = new aw . Document (); // Insert...= new aw . DocumentBuilder ( doc ); for ( let i = 0 ; i < 6 ;...

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