Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 157,597 for

doc

(0.05 sec)
  1. ImageData.FitImageToShape | Aspose.Words for .NET

    Optimize your images with the FitImageToShape method, ensuring perfect aspect ratio alignment within Shape frames for stunning visual presentations.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert an image shape and...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Document::EnsureMinimum method |...

    Aspose::Words::Document::EnsureMinimum method. If the Document contains no sections, creates one section with one paragraph in C++.... auto doc = MakeObject < Document > ();...SharedPtr < NodeCollection > nodes = doc -> GetChildNodes ( NodeType ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Fill.ForeThemeColor | Aspose.Words for .NET

    Discover how to set the ForeThemeColor property to customize your design with vibrant fill colors. Enhance your project’s visual appeal effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::TextWatermarkOptions::get_FontFa...

    Aspose::Words::TextWatermarkOptions::get_FontFamily method. Gets or sets font family name. The default value is "Calibri" in C++.... auto doc = MakeObject < Document > ();...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/tex...
  5. Fill.preset_texture property | Aspose.Words for...

    Fill.preset_texture property. Gets a [PresetTexture](../../presettexture/) for the fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentProperty.toByteArray method | Aspose.Wo...

    DocumentProperty.toByteArray method. Returns the property value as byte array.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Table.distanceRight property | Aspose.Words for...

    Table.distanceRight property. Gets or sets distance between table right and the surrounding text, in points.... let doc = new aw . Document ( base ....by text.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ImageWatermarkOptions.is_washout property | Asp...

    ImageWatermarkOptions.is_washout property. Gets or sets a boolean value which is responsible for washout effect of the watermark... doc = aw . Document () # Modify the...image_watermark_options . is_washout = False doc . watermark . set_image ( drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) sdt_check_box = aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Comment::get_DateTime method | A...

    Aspose::Words::Comment::get_DateTime method. Gets the date and time that the comment was made in C++....CreateCommentsAndPri () { auto doc = MakeObject < Document > ();...newComment = MakeObject < Comment > ( doc ); newComment -> set_Author (...

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