Sort Score
Result 10 results
Languages All
Labels All
Results 9,441 - 9,450 of 18,480 for

docx to doc

(0.12 sec)
  1. Aspose::Words::PageBorderAppliesTo enum | Aspos...

    Aspose::Words::PageBorderAppliesTo enum. Specifies which pages the page border is printed on in C++.... auto doc = System :: MakeObject < Aspose...Words :: PageSetup > pageSetup = doc -> get_Sections () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words/pag...
  2. ChartYValue.FromDouble | Aspose.Words for .NET

    Discover the ChartYValue FromDouble method To effortlessly create Double type ChartYValue instances for enhanced data visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartDataTable.HasOutlineBorder | Aspose.Words ...

    Discover the ChartDataTable HasOutlineBorder property, control the display of outline borders around series and category names for enhanced data clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ImageData Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ImageData class—your solution for defining and managing images in shapes. Enhance your Document design effortlessly!...Document doc = new Document ( MyDir + "Images.docx" ); // Get...system. NodeCollection shapes = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.dra...
  5. Need Complete Documentation for Word Range Oper...

    Hello Team, I am using Aspose.Words for Node.js and I need complete Documentation + practical examples related To the following areas: 1. Word Range Operations I am looking for full details and examples for: …...js) – https://docs.aspose.com/words/nodejs/ (see...Document object ( doc ) and loaded a DOCX file. 1. Accessing...

    forum.aspose.com/t/need-complete-documentation-...
  6. Fill.Visible | Aspose.Words for .NET

    Control visibility with the Fill Visible property. Easily manage formatting To enhance your design and ensure clarity in your application.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ShapeBase.screen_tip property | Aspose.Words fo...

    ShapeBase.screen_tip property. Defines the text displayed when the mouse pointer moves over the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LoadOptions.load_format property | Aspose.Words...

    LoadOptions.load_format property. Specifies the format of the Document To be loaded... load_format ) doc = aw . Document ( file_name =...repair the link. image_shape = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Paragraph.is_move_from_revision property | Aspo...

    Paragraph.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled.... doc = aw . Document ( file_name =...= MY_DIR + 'Revisions.docx' ) # This document contains "Move"...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Make a Document Read-Only in Node.js|Aspose.Wor...

    Make your Document read-only so that the content can be copied or read, but not modified using Node.js....Document ; const doc = new Document ( "input.docx" ); const protected...protected = doc . writeProtection . isWriteProtected ; console ...

    docs.aspose.com/words/nodejs-net/make-a-documen...