Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 155,139 for

2

(0.24 sec)
  1. CustomXmlSchemaCollection Class | Aspose.Words ...

    Explore the Aspose.Words.Markup.CustomXmlSchemaCollection class for managing XML schemas linked to custom XML parts, enhancing document flexibility and control.... EqualTo ( 2 )); // Enumerate the schemas and...index: schemas . RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/net/aspose.words.mar...
  2. EndCap Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.EndCap enum for customizable line cap styles. Enhance your document designs with unique visual effects!... Flat 2 Line ends at end point. Default 2 Default value...builder . InsertNode ( arrow ); // 2 - Thick black diagonal line with...

    reference.aspose.com/words/net/aspose.words.dra...
  3. FontInfoCollection.Item | Aspose.Words for .NET

    Discover the FontInfoCollection Item property to easily retrieve fonts by name, enhancing your design projects with precision and style....FontInfoCollection indexer (1 of 2) Gets a font with the specified...FontInfoCollection indexer (2 of 2) Gets a font at the specified...

    reference.aspose.com/words/net/aspose.words.fon...
  4. MappedDataFieldCollection.Count | Aspose.Words ...

    Discover the MappedDataFieldCollection Count property, which efficiently reveals the total number of elements in your data collection for optimized management.... EqualTo ( 2 )); using ( IEnumerator < KeyValuePair...<summary> /// Create a document with 2 MERGEFIELDs, one of which does...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Fill.Solid | Aspose.Words for .NET

    Discover the Fill Solid method for achieving a consistent color fill, enhancing your design's visual appeal and uniformity effortlessly....[] { "Category 1" , "Category 2" }; series . Add ( "Series 1"...double [] { 1 , 2 }); series . Add ( "Series 2" , categories ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Drawing::WrapType enum | Aspose....

    Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++.... Square 2 Wraps text around all sides of...() - shape -> get_Width ()) / 2 ); shape -> set_Top (( builder...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Markup::CustomXmlPropertyCollect...

    Aspose::Words::Markup::CustomXmlPropertyCollection::Contains method. Determines whether the collection contains a property with the given name in C++...."2003" , properties -> idx_get ( 2 ) -> get_Value ()); ASSERT_EQ...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Aspose::Words::Markup::CustomXmlPropertyCollect...

    Aspose::Words::Markup::CustomXmlPropertyCollection::Clear method. Removes all elements from the collection in C++...."2003" , properties -> idx_get ( 2 ) -> get_Value ()); ASSERT_EQ...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. FieldNextIf | Aspose.Words for Java

    Implements the NEXTIF field in Java....setRightExpression("2 + 3"); fieldNextIf.setComparisonOperato("=");...Assert.assertEquals(" NEXTIF 5 = \"2 + 3\"", fieldNextIf.getFieldCode());...

    reference.aspose.com/words/java/com.aspose.word...
  10. Save an SVG Document in C# – Aspose.SVG for .NET

    In the article, you will learn how to save an SVG document to a file, memory stream, ZIP archive or Url using Aspose.SVG for .NET library.... Svg ; 2 using System. IO ; Copy 1 // Save...Save SVG to file using C# 2 3 // Prepare a path to save an SVG...

    docs.aspose.com/svg/net/save-svg-document/