Sort Score
Result 10 results
Languages All
Labels All
Results 8,331 - 8,340 of 182,584 for

doc

(0.41 sec)
  1. SaveOptions.iml_rendering_mode property | Aspos...

    SaveOptions.iml_rendering_mode property. Gets or sets a value determining how ink (InkML) objects are rendered.... doc = aw . Document ( file_name =.... ImlRenderingMode . INK_ML doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Table.last_row property | Aspose.Words for Python

    Table.last_row property. Returns the last [Row](../../row/) node in the table.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) tables = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Notes::FootnoteSeparatorCollecti...

    Aspose::Words::Notes::FootnoteSeparatorCollection class. Provides typed access to FootnoteSeparator nodes of a Document in C++.... auto doc = System :: MakeObject < Aspose...FootnoteSeparator > footnoteSeparator = doc -> get_FootnoteSeparators ()...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. FixedPageSaveOptions class | Aspose.Words for P...

    aspose.words.saving.FixedPageSaveOptions class. Contains common options that can be specified when saving a Document into fixed page formats (PDF, XPS, images etc)...files used when saving to a DOC or DOCX file. By default, this...a document to a JPEG image. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartXValue.from_string method | Aspose.Words f...

    ChartXValue.from_string method. Creates a [ChartXValue](../) instance of the [ChartXValueType.STRING](../../chartxvaluetype/#STRING) type.... doc = aw . Document () builder =...ChartYValue . from_double ( 5.7 )) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Tables::PreferredWidth::get_Type...

    Aspose::Words::Tables::PreferredWidth::get_Type method. Gets the unit of measure used for this preferred width value in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. OleControl.name property | Aspose.Words for Python

    OleControl.name property. Gets or sets name of the ActiveX control.... doc = aw . Document ( file_name =...'ActiveX controls.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. InlineStory.Font | Aspose.Words for .NET

    Discover the InlineStory Font property for seamless font formatting of anchor characters, enhancing your design with unique typography options.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Footnote footnote = builder...

    reference.aspose.com/words/net/aspose.words/inl...
  9. ImageFieldMergingArgs.Shape | Aspose.Words for ...

    Discover how the ImageFieldMergingArgs Shape property enhances your mail merge Documents by allowing precise shape insertion for a polished look....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  10. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("CrossReference:...

    reference.aspose.com/words/java/com.aspose.word...