Sort Score
Result 10 results
Languages All
Labels All
Results 5,201 - 5,210 of 86,894 for

doc

(0.14 sec)
  1. LoadOptions | Aspose.Words for .NET

    Discover the LoadOptions constructor, designed to effortlessly initialize a new instance with default values for optimal performance and efficiency....BaseUri = ImageDir ; Document doc = new Document ( stream , loadOptions...image. Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.loa...
  2. TextBox.layout_flow property | Aspose.Words for...

    TextBox.layout_flow property. Determines the flow of the text layout in a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Table.bottom_padding property | Aspose.Words fo...

    Table.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table.left_padding property | Aspose.Words for ...

    Table.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TxtSaveOptions.max_characters_per_line property...

    TxtSaveOptions.max_characters_per_line property. Gets or sets an integer value that specifies the maximum number of characters per one line... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Lorem...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextBox.fit_shape_to_text property | Aspose.Wor...

    TextBox.fit_shape_to_text property. Determines whether Microsoft Word will grow the shape to fit text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shading.texture property | Aspose.Words for Python

    Shading.texture property. Gets or sets the shading texture.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) borders = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::SaveOutputParameters::ge...

    Aspose::Words::Saving::SaveOutputParameters::get_ContentType method. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Layout::LayoutCollector class | ...

    Aspose::Words::Layout::LayoutCollector class. This class allows to compute page numbers of Document nodes. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < LayoutCollector > ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. ChartSeries.Add | Aspose.Words for .NET

    Discover the ChartSeries Add method to easily integrate X values into your charts. Enhance data visualization with support for Y values and bubble sizes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...