Sort Score
Result 10 results
Languages All
Labels All
Results 9,371 - 9,380 of 180,798 for

doc

(0.19 sec)
  1. Table.LastRow | Aspose.Words for .NET

    Discover the Table LastRow property to easily access the final Row node in your table, enhancing data management and efficiency.... Document doc = new Document ( MyDir + "Tables...); TableCollection tables = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Row.next_row property | Aspose.Words for Python

    Row.next_row property. Gets the next [Row](../) node.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Cell.previous_cell property | Aspose.Words for ...

    Cell.previous_cell property. Gets the previous [Cell](../) node.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Cell.next_cell property | Aspose.Words for Python

    Cell.next_cell property. Gets the next [Cell](../) node.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Splitter.create method | Aspose.Words for Python

    Splitter.create method. Creates new instance of the splitter processor.... doc = MY_DIR + 'Big document.docx'...splitter_context ) . from_file ( input = doc ) . to_file ( output = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SplitterContext.SplitOptions | Aspose.Words for...

    Discover how to optimize Document management with SplitterContext's SplitOptions property for efficient and flexible content splitting. Enhance your workflow today.... string doc = MyDir + "Big document.docx"...( splitterContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  7. FontEmbeddingLicensingRights.bitmap_embedding_o...

    FontEmbeddingLicensingRights.bitmap_embedding_only property. Indicates the Bitmap embedding only restriction.... doc = aw . Document ( file_name =...document fonts. font_infos = doc . font_infos for font_info in...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Vba::VbaProject::get_IsProtected...

    Aspose::Words::Vba::VbaProject::get_IsProtected method. Shows whether the VbaProject is password protected in C++.... auto doc = System :: MakeObject < Aspose...protected.docm" ); ASSERT_TRUE ( doc -> get_VbaProject () -> get_IsProtected...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. Aspose::Words::CompositeNode::IndexOf method | ...

    Aspose::Words::CompositeNode::IndexOf method. Returns the index of the specified child node in the child node array in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Body > body = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/com...
  10. Export OFT to WORD via C++ | products.aspose.com

    C++ API to Convert OFT to WORD without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing Docx as save format doc -> Save ( u "convertedFile.Docx"...

    products.aspose.com/total/cpp/conversion/oft-to...