Sort Score
Result 10 results
Languages All
Labels All
Results 4,611 - 4,620 of 20,615 for

2 of

(0.06 sec)
  1. GradientStopCollection.count property | Aspose....

    GradientStopCollection.count property. Gets an integer value indicating the number Of items in the collection....gradient_stop = gradient_stops [ 2 ] gradient_stops . remove ( gradient_stop...gradient_stop ) self . assertEqual ( 2 , gradient_stops . count ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. GradientStop.color property | Aspose.Words for ...

    GradientStop.color property. Gets or sets a value representing the color Of the gradient stop....gradient_stop = gradient_stops [ 2 ] gradient_stops . remove ( gradient_stop...gradient_stop ) self . assertEqual ( 2 , gradient_stops . count ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldCollection.remove method | Aspose.Words fo...

    FieldCollection.remove method. Removes the specified field from this collection and from the document.... count ) # 2 - Get the collection to remove...an index: fields . remove_at ( 2 ) self . assertEqual ( 3 , fields...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.SectionStart | Aspose.Words for .NET

    Discover the PageSetup SectionStart property to easily manage section breaks in your document. Enhance formatting and improve layout control today!...Writeln ( "This text is in section 2." ); Assert . That ( doc . Sections...SectionStart . NewPage )); // 2 - Starts the next section on the...

    reference.aspose.com/words/net/aspose.words/pag...
  5. Aspose::Words::Saving::PageRange::PageRange con...

    Aspose::Words::Saving::PageRange::PageRange constructor. Creates a new page range object in C++....Words :: Saving :: PageRange > ( 2 , 3 ), System :: MakeObject <...Words :: Saving :: PageRange > ( 2 , 4 ), System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Working with 'name' table | .NET

    TrueType font table 'name' is storage for text strings that describe font metadata like font name, license information, copyright notices, and many others.... There are 2 formats for a ’name’ table with...record, which is corresponding to 2 criteria: This record is written...

    docs.aspose.com/font/net/working-with-name-table/
  7. Clarification on Aspose.Total for .NET License ...

    I am using Aspose.Total for .NET (Developer OEM – 1 year) license, and it is going to expire. I would like to clarify the following points: How can we check if we are using a perpetual license? If it is a perpetual li…...Discourse August 11, 2025, 1:21pm 2 @parthiveera To clarify your questions...August 11, 2025, 2:22pm 4 @parthiveera , 1), 2), 3) and 4) Generally...

    forum.aspose.com/t/clarification-on-aspose-tota...
  8. Crop EPS | C# .NET API Solution

    Crop EPS functionality Offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....NET 2 3 // The path to the documents...newBoundingBox[0] <= initialBoundingBox[2] 22 //initialBoundingBox[1] <=...

    docs.aspose.com/page/net/crop-eps/
  9. Crop EPS using Java API Solution

    Crop EPS functionality Offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Page-for-Java 2 3 // The path to the documents...newBoundingBox[0] <= initialBoundingBox[2] 25 //initialBoundingBox[1] <=...

    docs.aspose.com/page/java/crop-eps/
  10. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc...accept(hiddenContentRemover); // 2 - Table node: Table table = doc...

    reference.aspose.com/words/java/com.aspose.word...