Sort Score
Result 10 results
Languages All
Labels All
Results 9,001 - 9,010 of 155,345 for

2

(0.1 sec)
  1. 档案

    档案...get_thumbnail(2, 2).save("3D-text.png") # 保存演示文稿...pres.slides[0].get_thumbnail(2, 2).save("3D-shape.png") # 保存演示文稿...

    blog.aspose.com/zh/slides/create-three-d-effect...
  2. ConditionalStyle.left_padding property | Aspose...

    ConditionalStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of table cells.... write ( 'Cell 2' ) builder . end_row () builder...pydrawing . Color . alice_blue # 2 - By index: table_style . conditional_styles...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Pdf.net TextFragment properties - Free Support ...

    Hi In aspose words the paragraph class has SpaceBefore and SpaceAfter Properties. I don’t see these Properties in Pdf.net. Please advise how Space Before and Space after can be set for Pdf.net. Also Aspose Words has a …...ahmad July 21, 2014, 10:54pm 2 Hi Edward, Thanks for your inquiry...headingA = new Aspose.Pdf.Heading(2); headingA.Text = "(internalAnswer...

    forum.aspose.com/t/pdf-net-textfragment-propert...
  4. Aspose::Words::Drawing::GradientStop::get_Color...

    Aspose::Words::Drawing::GradientStop::get_Color method. Gets or sets a value representing the color of the gradient stop in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::GradientStop::get_BaseC...

    Aspose::Words::Drawing::GradientStop::get_BaseColor method. Gets a value representing the color of the gradient stop without any modifiers in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Bibliography | Aspose.Words for Java

    Represents the list of bibliography sources available in the document in Java....assertEquals(2, ((PersonCollection)editor).getCount());...getAuthor(); Assert.assertEquals(2, authors.getCount()); Person person...

    reference.aspose.com/words/java/com.aspose.word...
  7. IPortionFormat for IDataLabel Is Not Working Wh...

    Hi I am unable to make changes to the IPortionFormat of an IDataLabel to Bold the font, change the color, and change the font type. I’ve been research, looking over, and even updated to the latest version of aspose slide…...slides-chart hekp100 October 30, 2025, 2:39am 1 Hi I am unable to make...Discourse October 30, 2025, 2:40am 2 @hekp100 It seems you’re having...

    forum.aspose.com/t/iportionformat-for-idatalabe...
  8. Issue with tables having large number of rows w...

    I created a table in Excel with around 120 rows. When I insert this table back into Excel, all 120 rows are displayed correctly. However, when I insert the same table into Word, only the first 55 rows are visible initia…...2 KB) GenerateOoxmlLogicFo.zip (602...Discourse September 18, 2025, 1:51pm 2 @Yaparthi_Sumanth It seems you’re...

    forum.aspose.com/t/issue-with-tables-having-lar...
  9. Resize EPS | .NET API Solution

    Resize EPS functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here.... 2 3 // Initialize PS document with...10 11 //Increase EPS size in 2 times and save to new file 12...

    docs.aspose.com/page/net/resize-eps/
  10. SVG Scaling – C# Examples – Aspose.SVG for .NET

    C# examples for SVG scaling using Aspose.SVG. Consider cases where the scale function is used in the transform attribute and in transformation matrix.... In particular, scale(2) means to scale the <circle> element...element by a factor of 2 in both the x and y dimensions. To add...

    docs.aspose.com/svg/net/svg-scaling/