Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 157,133 for

doc

(0.07 sec)
  1. ComHelper.open method | Aspose.Words for Node.js

    Aspose.Words.ComHelper.open method...a local system filename: let doc = comHelper . open ( base . myDir..."Document.docx" ); expect ( doc . getText (). trim ()). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PageSetup.borderSurroundsFooter property | Aspo...

    PageSetup.borderSurroundsFooter property. Specifies whether the page border includes or excludes the footer.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder.current_structured_document_tag...

    DocumentBuilder.current_structured_Document_tag property. Gets the structured Document tag that is currently selected in this [DocumentBuilder](../).... doc = aw . Document ( file_name =...= aw . DocumentBuilder ( doc = doc ) # There is a several ways...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create table with paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PdfSaveOptions.zoom_factor property | Aspose.Wo...

    PdfSaveOptions.zoom_factor property. Gets or sets a value determining zoom factor (in percentages) for a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#.... Document doc = new Document ( MyDir + "Tables...document. NodeList nodeList = doc . SelectNodes ( "//Table//Paragraph"...

    reference.aspose.com/words/net/aspose.words/nod...
  7. FieldOptions.UseInvariantCultureNumberFormat | ...

    Discover the FieldOptions UseInvariantCultureNumberFormat property to easily manage number formatting with invariant culture for consistent data handling.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Thread . CurrentThread . CurrentCulture...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldPrintDate.UseLunarCalendar | Aspose.Words ...

    Manage dates effortlessly with the FieldPrintDate UseLunarCalendar property. Easily toggle between Hijri and Hebrew Lunar calendars for seamless integration.... Document doc = new Document ( MyDir + "Field...FieldPrintDate field = ( FieldPrintDate ) doc . Range . Fields [ 0 ]; Assert...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldPrintDate.UseUmAlQuraCalendar | Aspose.Wor...

    Manage your dates effortlessly with FieldPrintDate's UseUmAlQuraCalendar feature. Easily toggle the UmalQura calendar for seamless date handling.... Document doc = new Document ( MyDir + "Field...FieldPrintDate field = ( FieldPrintDate ) doc . Range . Fields [ 0 ]; Assert...

    reference.aspose.com/words/net/aspose.words.fie...
  10. TableStyle.AllowBreakAcrossPages | Aspose.Words...

    Discover the TableStyle AllowBreakAcrossPages property, control text flow in tables and enhance your Document's readability across pages.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/tab...