Sort Score
Result 10 results
Languages All
Labels All
Results 9,661 - 9,670 of 180,397 for

doc

(0.21 sec)
  1. ThemeFonts.ComplexScript | Aspose.Words for .NET

    Discover the ThemeFonts ComplexScript property to customize font names for enhanced ComplexScript character display. Elevate your design today!... Document doc = new Document ( MyDir + "Theme...fonts and colors. Theme theme = doc . Theme ; // Some styles, such...

    reference.aspose.com/words/net/aspose.words.the...
  2. Aspose::Words::Tables::Cell::get_Paragraphs met...

    Aspose::Words::Tables::Cell::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the cell in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Aspose::Words::Tables::Table::get_TextWrapping ...

    Aspose::Words::Tables::Table::get_TextWrapping method. Gets or sets TextWrapping for table in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. MarkupLevel | Aspose.Words for Java

    Specifies the level in the Document tree where a particular StructuredDocumentTag can occur in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways to apply...

    reference.aspose.com/words/java/com.aspose.word...
  5. ChartMarker class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartMarker class. Represents a chart data marker... def chart_data_point (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FixedPageSaveOptions.PageSavingCallback | Aspos...

    Control page saving with FixedPageSaveOptions' PageSavingCallback. Optimize Document exports to fixed formats for enhanced efficiency and precision....PageFileNames () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Page...

    reference.aspose.com/words/net/aspose.words.sav...
  7. DropDownItemCollection.remove_at method | Aspos...

    DropDownItemCollection.remove_at method. Removes a value at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a combo box, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OleFormat.get_raw_data method | Aspose.Words fo...

    OleFormat.get_raw_data method. Gets OLE object raw data.... doc = aw . Document ( MY_DIR + 'OLE...objects.docx' ) for shape in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LoadFormat | Aspose.Words for Java

    Indicates the format of the Document that is to be loaded in Java....getLoadFormat()); Document doc = new Document(getMyDir() + "Missing... Shape imageShape = (Shape) doc.getChildNodes(NodeType.SHAPE...

    reference.aspose.com/words/java/com.aspose.word...
  10. TxtSaveOptions.SimplifyListLabels | Aspose.Word...

    Discover how TxtSaveOptions' SimplifyListLabels feature enhances clarity by streamlining complex list labels for improved text representation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a bulleted list...

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