Sort Score
Result 10 results
Languages All
Labels All
Results 8,501 - 8,510 of 180,112 for

doc

(0.11 sec)
  1. Converter.Convert | Aspose.Words for .NET

    Effortlessly convert your Documents with our Converter's Convert method. Transform input files into desired formats with ease and precision.... string doc = MyDir + "Document.docx" ; Converter...Converter . Convert ( doc , ArtifactsDir + "LowCode.Convert.pdf"...

    reference.aspose.com/words/net/aspose.words.low...
  2. FieldFormDropDown Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFormDropDown class, designed to enhance Document interactivity with dynamic dropdown fields for seamless user experiences.... Document doc = new Document ( MyDir + "Form...fieldFormCheckBox = ( FieldFormCheckBox ) doc . Range . Fields [ 1 ]; Assert...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Ruby bought...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldFormula class | Aspose.Words for Python

    aspose.words.fields.FieldFormula class. Implements the = (formula) field... doc = aw . Document () # Use a field...build_and_insert ( ref_node = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Paragraph class | Aspose.Words for Python

    aspose.words.Paragraph class. Represents a paragraph of text...Constructors Name Description Paragraph(doc) Initializes a new instance of...Aspose.Words document by hand. doc = aw . Document () # A blank...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Table class | Aspose.Words for Python

    aspose.words.tables.Table class. Represents a table in a Word Document...Constructors Name Description Table(doc) Initializes a new instance of...build a formatted 2x2 table. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Saving::DocSaveOptions::get_Save...

    Aspose::Words::Saving::DocSaveOptions::get_SavePictureBullet method. When false, PictureBullet data is not saved to output Document. Default value is true in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: SaveFormat :: Doc ); saveOptions -> set_SavePictureBullet...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a textbox in Java.... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); Shape textbox = new Shape(doc, ShapeType.TEXT_BOX);...

    reference.aspose.com/words/java/com.aspose.word...
  9. OutlineOptions.expanded_outline_levels property...

    OutlineOptions.expanded_outline_levels property. Specifies how many levels in the Document outline to show expanded when the file is viewed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert headings of levels...

    reference.aspose.com/words/python-net/aspose.wo...
  10. IMailMergeDataSource.TableName | Aspose.Words f...

    Discover the IMailMergeDataSource TableName property to easily access your data source name and enhance your Document automation process....CustomDataSource () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

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