Sort Score
Result 10 results
Languages All
Labels All
Results 8,161 - 8,170 of 180,789 for

doc

(0.25 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. 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...
  3. 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...
  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. IStructuredDocumentTag | Aspose.Words for Java

    Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart in Java.... Document doc = new Document(getMyDir() + "Structured...StructuredDocumentTa sdts = doc.getRange().getStructuredDocumen();...

    reference.aspose.com/words/java/com.aspose.word...
  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. DocumentProperty.value property | Aspose.Words ...

    DocumentProperty.value property. Gets or sets the value of the property.... doc = aw . Document ( MY_DIR + 'Properties...'Document filename: \n\t " { doc . original_file_name } "' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to Add Image in Word Document using C# Code

    A step-by-step guide on how to add image in word Document using C# tutorial with code to insert image in word Document header C# & add image to word Document's body as linked image....Document object to load Word DOC from file system or memory stream...any desired position in Word DOC Use DocumentBuilder.InsertImage...

    kb.aspose.com/words/net/how-to-add-image-in-wor...
  10. 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...