Sort Score
Result 10 results
Languages All
Labels All
Results 7,581 - 7,590 of 157,349 for

doc

(0.22 sec)
  1. Table.preferredWidth property | Aspose.Words fo...

    Table.preferredWidth property. Gets or sets the table preferred width.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Adjustment.Name | Aspose.Words for .NET

    Discover the Adjustment Name property to easily access and manage your adjustments for improved efficiency and streamlined workflows.... Document doc = new Document ( MyDir + "Rounded...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Cell.EnsureMinimum | Aspose.Words for .NET

    Optimize your cell structure with the EnsureMinimum method, effortlessly add a paragraph if the last child isn't one. Enhance your Document's clarity!...Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); Row row =...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Replace text in equations - Free Support Forum ...

    hello, I need to replace certain values in formulas. The problem is that the Replace method does not change the value. Code: int main() { auto Doc = System::MakeObject<Document>(u"input.Docx"); System::SharedPtr<F…... Code: int main() { auto doc = System::MakeObject<Document>(u"input...ons>(); for (int i = 0; i < doc->GetChildNodes(NodeType::OfficeMath...

    forum.aspose.com/t/replace-text-in-equations/31...
  5. PageSet | Aspose.Words for .NET

    Create a tailored one-page set effortlessly with PageSet constructor, designed for precise page indexing and seamless user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Page...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some text and mark...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldFileSize.IsInMegabytes | Aspose.Words for ...

    Control file size display with FieldFileSize's IsInMegabytes property. Easily toggle between bytes and megabytes for better clarity and user experience.... Document doc = new Document ( MyDir + "Document..."Document.docx" ); Assert . That ( doc . BuiltInDocumentPrope . Bytes...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldFileSize.IsInKilobytes | Aspose.Words for ...

    Control file size display with FieldFileSize IsInKilobytes. Easily toggle size visibility in kilobytes for enhanced data management.... Document doc = new Document ( MyDir + "Document..."Document.docx" ); Assert . That ( doc . BuiltInDocumentPrope . Bytes...

    reference.aspose.com/words/net/aspose.words.fie...
  9. HeaderFooter.header_footer_type property | Aspo...

    HeaderFooter.header_footer_type property. Gets the type of this header/footer.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldEQ.as_office_math method | Aspose.Words fo...

    FieldEQ.as_office_math method. Returns Office Math object corresponded to the EQ field.... doc = aw . Document ( file_name =...as_field_eq (), b ), list ( doc . range . fields ))))[ 0 ] office_math...

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