Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 155,673 for

doc

(0.12 sec)
  1. Table.Alignment | Aspose.Words for .NET

    Discover the Table Alignment property to effortlessly control inline table positioning in your Documents for a polished, professional look.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  2. ChartSeriesGroupCollection.Item | Aspose.Words ...

    Access ChartSeriesGroup by index with the Item property. Simplify your data visualization and enhance your charting experience effortlessly!... Document doc = new Document ( MyDir + "Combo...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Font.name_far_east property | Aspose.Words for ...

    Font.name_far_east property. Returns or sets an East Asian font name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Specify font settings that the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfDigitalSignatureDetails.Reason | Aspose.Word...

    Discover the PdfDigitalSignatureDetails Reason property to easily manage and customize your Document signing reasons for enhanced security and compliance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Contents...

    reference.aspose.com/words/net/aspose.words.sav...
  5. OfficeMathJustification enumeration | Aspose.Wo...

    aspose.words.math.OfficeMathJustification enumeration. Specifies the justification of the equation.... doc = aw . Document ( file_name =...'Office math.docx' ) office_math = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Section.nodeType property | Aspose.Words for No...

    Section.nodeType property. Returns [NodeType.Section](../../nodetype/#Section)....'RecurseChildren' , () => { let doc = new aw . Document ( base ....itself, is composite. expect ( doc . isComposite ). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TxtSaveOptions.saveFormat property | Aspose.Wor...

    TxtSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GlossaryDocument.nodeType property | Aspose.Wor...

    GlossaryDocument.nodeType property. Returns the [NodeType.GlossaryDocument](../../../aspose.words/nodetype/#GlossaryDocument) value....'RecurseChildren' , () => { let doc = new aw . Document ( base ....itself, is composite. expect ( doc . isComposite ). toEqual ( true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TableAlignment enumeration | Aspose.Words for N...

    Aspose.Words.Tables.TableAlignment enumeration. Specifies alignment for an inline table.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Comment.RemoveReply | Aspose.Words for .NET

    Effortlessly remove unwanted replies with the Comment RemoveReply method, ensuring your discussions stay clear and relevant. Enhance your comment management today!... Document doc = new Document (); Comment comment...comment = new Comment ( doc , "John Doe" , "J.D." , DateTime ...

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