Sort Score
Result 10 results
Languages All
Labels All
Results 7,501 - 7,510 of 298,051 for

doc

(0.14 sec)
  1. Fill.back_tint_and_shade property | Aspose.Word...

    Fill.back_tint_and_shade property. Gets or sets a double value that lightens or darkens the background color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImageSize.width_pixels property | Aspose.Words ...

    ImageSize.width_pixels property. Gets the width of the image in pixels.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a shape into the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextPath.reverse_rows property | Aspose.Words f...

    TextPath.reverse_rows property. Determines whether the layout order of rows is reversed.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TextPathAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.TextPathAlignment enumeration. WordArt alignment.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Fields::FieldInclude::get_Source...

    Aspose::Words::Fields::FieldInclude::get_SourceFullName method. Gets or sets the location of the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // We can use an INCLUDE field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Table.style property | Aspose.Words for Python

    Table.style property. Gets or sets the table style applied to this table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) table = builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Table.style_name property | Aspose.Words for Py...

    Table.style_name property. Gets or sets the name of the table style applied to this table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) table = builder . start_table ()...

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

    ShapeBase CoordSize property. The width and height of the coordinate space inside the containing block of this shape in C#.... Document doc = new Document (); // Insert...GroupShape group = new GroupShape ( doc ); group . Bounds = new RectangleF...

    reference.aspose.com/words/net/aspose.words.dra...
  9. LINQ Reporting: New Line after inserting docume...

    Hi Team, I am trying to insert a Document dynamically using the <<Doc [Doc1] -build>> tag. However, When I try to do this inline, it adds a newline after the end of the inserted Document. I want to keep the -build flag …...document dynamically using the <<doc [doc1] -build>> tag. However...without the newline? EX: the <<doc [doc1] -build>> days results...

    forum.aspose.com/t/linq-reporting-new-line-afte...
  10. Aspose::Words::Lists::ListLevel::DeletePictureB...

    Aspose::Words::Lists::ListLevel::DeletePictureBullet method. Deletes picture bullet for the current list level in C++.... auto doc = MakeObject < Document > ();...(); SharedPtr < List > list = doc -> get_Lists () -> Add ( ListTemplate...

    reference.aspose.com/words/cpp/aspose.words.lis...