Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 86,390 for

doc

(0.12 sec)
  1. TabStopCollection.count property | Aspose.Words...

    TabStopCollection.count property. Gets the number of tab stops in the collection.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartSeriesGroup.series_type property | Aspose....

    ChartSeriesGroup.series_type property. Gets the type of chart series included in this group.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ShapeBase.is_signature_line property | Aspose.W...

    ShapeBase.is_signature_line property. Indicates that shape is a [SignatureLine](../../signatureline/).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. VbaReference.type property | Aspose.Words for N...

    VbaReference.type property. Gets [VbaReferenceType](../../vbareferencetype/) object that indicates the type of reference that a [VbaReference](../) object represents....dll" ; let doc = new aw . Document ( base ....project.docm" ); let references = doc . vbaProject . references ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HtmlSaveOptions.documentSplitHeadingLevel prope...

    HtmlSaveOptions.DocumentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Every paragraph that we...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Paragraph.insert_field method | Aspose.Words fo...

    aspose.words.Paragraph.insert_field method... doc = aw . Document () para = doc . first_section...child nodes: run = aw . Run ( doc = doc ) run . text = 'This run was...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Vba::VbaReferenceCollection::Rem...

    Aspose::Words::Vba::VbaReferenceCollection::Remove method. Removes the first occurrence of a specified VbaReference item from the collection in C++....dll" ; auto doc = MakeObject < Document > ( MyDir...VbaReferenceCollecti > references = doc -> get_VbaProject () -> get_References...

    reference.aspose.com/words/cpp/aspose.words.vba...
  8. Aspose::Words::Border::GetHashCode method | Asp...

    Aspose::Words::Border::GetHashCode method. Serves as a hash function for this type in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/bor...
  9. Aspose::Words::BorderCollection::get_Count meth...

    Aspose::Words::BorderCollection::get_Count method. Gets the number of borders in the collection in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/bor...
  10. Aspose::Words::Notes::FootnoteOptions class | A...

    Aspose::Words::Notes::FootnoteOptions class. Represents the footnote numbering options for a Document or section. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ( MyDir..."Footnotes and endnotes.docx" ); doc -> get_FootnoteOptions () ->...

    reference.aspose.com/words/cpp/aspose.words.not...