Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 48,258 for

doc

(0.14 sec)
  1. FieldCitation.source_tag property | Aspose.Word...

    FieldCitation.source_tag property. Gets or sets a value that matches the Tag element's value of the source to insert.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldCitation.suppress_author property | Aspose...

    FieldCitation.suppress_author property. Gets or sets whether the author information is suppressed from the citation.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. INodeChangingCallback.NodeInserted | Aspose.Wor...

    Discover the INodeChangingCallback NodeInserted method—triggered when a Document node is added to another, enhancing your coding efficiency....FontChangeViaCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the node changing callback...

    reference.aspose.com/words/net/aspose.words/ino...
  4. FieldBibliography.format_language_id property |...

    FieldBibliography.format_language_id property. Gets or sets the language ID that is used to format the bibliographic sources in the Document.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldCitation.format_language_id property | Asp...

    FieldCitation.format_language_id property. Gets or sets the language ID that is used in conjunction with the specified bibliographic style to format the citation in the Document.... doc = aw . Document ( MY_DIR + 'Bibliography...builder = aw . DocumentBuilder ( doc ) builder . write ( 'Text to...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::DocumentVisitor::VisitDocumentSt...

    Aspose::Words::DocumentVisitor::VisitDocumentStart method. Called when enumeration of the Document has started in C++....:: Document > doc ) Parameter Type Description doc System::Sha...DocStructureToText () { auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aspose::Words::Drawing::DashStyle enum | Aspose...

    Aspose::Words::Drawing::DashStyle enum. Dashed line style in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are four examples...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. RowFormat class | Aspose.Words for Python

    aspose.words.tables.RowFormat class. Represents all formatting for a table row... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListLevel.number_style property | Aspose.Words ...

    ListLevel.number_style property. Returns or sets the number style for this list level.... doc = aw . Document () # A list allows...two of its list levels. list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ReportBuilder.BuildReport | Aspose.Words for .NET

    Effortlessly create customized reports with ReportBuilder's BuildReport method, filling your template with data for professional results every time....populate document with data: string doc = MyDir + "Reporting engine template...ReportBuilder . BuildReport ( doc , ArtifactsDir + "LowCode.BuildReportWithObjec...

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