Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 19,447 for

2 of

(0.05 sec)
  1. Aspose::Words::Document::get_VbaProject method ...

    Aspose::Words::Document::get_VbaProject method. Gets or sets a VbaProject in C++....code page: {1}; Modules count: {2} \n " , vbaProject -> get_Name...code page: {1}; Modules count: {2} \n " , vbaProject -> get_Name...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. CustomPart.ContentType | Aspose.Words for .NET

    Discover how the CustomPart ContentType property defines your custom part's content type, enhancing functionality and user experience.... AreEqual ( 2 , doc . PackageCustomParts . Count...PackageCustomParts . RemoveAt ( 2 ); Assert . AreEqual ( 2 , doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Edit SVG File – Python Examples

    Learn how to edit SVG files in Python. Add, find, and edit elements in SVG documents using the Aspose.SVG for Python via .NET library....1 # Create a new SVG document 2 document = SVGDocument() 3 4 #...1 # Create a new SVG document 2 document = SVGDocument() 3 4 #...

    docs.aspose.com/svg/python-net/edit-svg-file/
  4. Aspose::Words::Markup::CustomPartCollection::ge...

    Aspose::Words::Markup::CustomPartCollection::get_Count method. Gets the number Of elements contained in the collection in C++....docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...get_PackageCustomParts () -> RemoveAt ( 2 ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. AxisTickLabelPosition Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.Charts.AxisTickLabelPosition enum, which defines optimal tick label placements for enhanced chart clarity and presentation.... NextToAxis 2 Specifies the axis labels shall...labels are not drawn. Default 2 Specifies default value of tick...

    reference.aspose.com/words/net/aspose.words.dra...
  6. VariableCollection.GetEnumerator | Aspose.Words...

    Explore the VariableCollection GetEnumerator method to easily iterate through all variables in your collection, enhancing data management and access.... AreEqual ( 2 , variables . IndexOfKey ( "Home...variables . Contains ( "City" )); // 2 - By index: variables . RemoveAt...

    reference.aspose.com/words/net/aspose.words/var...
  7. ListCollection class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListCollection class. Stores and manages formatting Of bulleted and numbered lists used in a document...writeln ( "Level " + i ); } // 2 - A bulleted list: // This list...); builder . writeln ( "Item 2" ); builder . listFormat . removeNumbers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. SplitCriteria Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.SplitCriteria enum for efficient document splitting. Optimize your workflow with versatile options for seamless part management.... Style 2 Specifies that the document is...ArtifactsDir + "LowCode.SplitDocument.2.docx" , SaveFormat . Docx , options...

    reference.aspose.com/words/net/aspose.words.low...
  9. SVG Filters and Gradients – SVG code, Examples

    You'll learn how to write SVG code to create svg filters, gaussian blur, drop shadow effect, light effects or a linear gradient and radial gradient....org/2000/svg" > 2 < defs > 3 < filter id = "f1"..."http://www.w3.org/2000/svg" > 2 < defs > 3 < filter id = "shadow"...

    docs.aspose.com/svg/net/drawing-basics/filters-...
  10. Shading | Aspose.Words for Java

    Contains shading attributes for an object in Java....SINGLE, 2.0, Color.BLACK); // Create a row...builder.writeln("Row 1, Cell 2."); builder.endRow(); // Reset...

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