Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,582 for

shadow

(0.14 sec)
  1. Aspose::Words::BorderCollection::get_Shadow met...

    Aspose::Words::BorderCollection::get_Shadow method. Gets or sets a value indicating whether the border has a Shadow in C++....ion::get_Shadow method BorderCollection::get_Shadow method Gets...indicating whether the border has a shadow. bool Aspose :: Words :: BorderCollection...

    reference.aspose.com/words/cpp/aspose.words/bor...
  2. Aspose::Words::Drawing::ShadowFormat::get_Type ...

    Aspose::Words::Drawing::ShadowFormat::get_Type method. Gets or sets the specified ShadowType for ShadowFormat in C++....() Examples Shows how to get shadow color. auto doc = System ::...Document > ( get_MyDir () + u "Shadow color.docx" ); auto shape =...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. BorderCollection.Color | Aspose.Words for .NET

    Discover the BorderCollection Color property to easily customize and manage border colors for your designs. Enhance your UI with vibrant options!...green wavy page border with a shadow. Document doc = new Document...24 ; pageSetup . Borders . Shadow = true ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/bor...
  4. BorderCollection.color property | Aspose.Words ...

    BorderCollection.color property. Gets or sets the border color....green wavy page border with a shadow. doc = aw . Document () page_setup...= 24 page_setup . borders . shadow = True doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BorderCollection.line_style property | Aspose.W...

    BorderCollection.line_style property. Gets or sets the border style....green wavy page border with a shadow. doc = aw . Document () page_setup...= 24 page_setup . borders . shadow = True doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.has_dml_effect method | Aspose.Words for P...

    Font.has_dml_effect method. Checks if particular DrawingML text effect is applied.... SHADOW )) self . assertTrue ( runs...has_dml_effect ( aw . TextDmlEffect . SHADOW )) self . assertTrue ( runs...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Drawing::ShadowFormat::Clear met...

    Aspose::Words::Drawing::ShadowFormat::Clear method. Clears Shadow format in C++....ShadowFormat::Clear method Clears shadow format. void Aspose :: Words...Examples Shows how to work with a shadow formatting for the shape. auto...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. BorderCollection.distanceFromText property | As...

    BorderCollection.distanceFromText property. Gets or sets distance of the border from text in points....green wavy page border with a shadow. let doc = new aw . Document...24 ; pageSetup . borders . shadow = true ; doc . save ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BorderCollection.distance_from_text property | ...

    BorderCollection.distance_from_text property. Gets or sets distance of the border from text in points....green wavy page border with a shadow. doc = aw . Document () page_setup...= 24 page_setup . borders . shadow = True doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...red bars that come from the shadow property of the Excel document...with the correct font. Missing shadow effect on the red bars Why...

    forum.aspose.com/t/incorrect-rendering-when-con...