Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 18,311 for

docx to doc

(0.63 sec)
  1. ShapeBase.wrap_type property | Aspose.Words for...

    ShapeBase.wrap_type property. Defines whether the shape is inline or floating... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a floating image...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomDocumentProperties.Add | Aspose.Words for...

    Create unique cusTom Document properties effortlessly with the Add method. Enhance your Documents with tailored String data types for optimal performance.... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; Assert...

    reference.aspose.com/words/net/aspose.words.pro...
  3. Aspose::Words::Markup::CustomPartCollection::Ge...

    Aspose::Words::Markup::CusTomPartCollection::GetEnumeraTor method. Returns an enumeraTor object that can be used To iterate over all items in the collection in C++.... auto doc = System :: MakeObject < Aspose...parts OOXML package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Aspose::Words::PageSetup::get_LineNumberCountBy...

    Aspose::Words::PageSetup::get_LineNumberCountBy method. Returns or sets the numeric increment for line numbers in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // We can use the section's...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. Aspose::Words::PageSetup::get_LineStartingNumbe...

    Aspose::Words::PageSetup::get_LineStartingNumber method. Gets or sets the starting line number in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // We can use the section's...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. FieldToc.entry_level_range property | Aspose.Wo...

    FieldToc.entry_level_range property. Gets or sets a range of levels of the table of contents entries To be included....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Table.distanceTop property | Aspose.Words for N...

    Table.distanceTop property. Gets or sets distance between table Top and the surrounding text, in points.... let doc = new aw . Document ( base ...."Table wrapped by text.docx" ); let table = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartSeries.legendEntry property | Aspose.Words...

    ChartSeries.legendEntry property. Gets a legend entry for this chart series.... let doc = new aw . Document ( base ....template - Chart series.docx" ); let chart = doc . getShape ( 0 , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. WriteProtection.IsWriteProtected | Aspose.Words...

    Discover the WriteProtection IsWriteProtected property, easily check if a write protection password is active for enhanced security and data integrity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  10. OlePackage | Aspose.Words for Java

    Allows To access OLE Package properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // OLE objects allow us to...

    reference.aspose.com/words/java/com.aspose.word...