Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 19,383 for

2 of

(0.05 sec)
  1. CadLwPolyline Coordinates including (0,0) cause...

    Any CadLwPolyline with a coordinate Of 0,0 ignores that point as valid coordinate. You can use the following example from another post to view the issue. This will render a triangle rather than a rectangle. using (Cad…...User-defined; 1 = Predefined; 2 = Custom, we support only predefined...gorokhovatskyi February 6, 2025, 8:03pm 2 @kevin.kilburn , we can confirm...

    forum.aspose.com/t/cadlwpolyline-coordinates-in...
  2. Aspose::Words::StyleType enum | Aspose.Words fo...

    Aspose::Words::StyleType enum. Represents type Of the style in C++.... Character 2 The style is a character style...builder -> Writeln ( u "Item 2" ); builder -> get_ListFormat...

    reference.aspose.com/words/cpp/aspose.words/sty...
  3. ChartLegendEntryCollection Class | Aspose.Words...

    Explore Aspose.Words.ChartLegendEntryCollection to efficiently manage chart legend entries and enhance your document visuals with ease...."AW Category 1" , "AW Category 2" }; ChartSeries series1 = series...double [] { 1 , 2 }); series . Add ( "Series 2" , categories ...

    reference.aspose.com/words/net/aspose.words.dra...
  4. FieldAddressBlock.NameAndAddressFormat | Aspose...

    Discover the FieldAddressBlock's NameAndAddressFormat property to easily customize name and address formats for enhanced data management....GetFieldCode ()); // Setting this to "2" will include all countries and...field . IncludeCountryOrRegi = "2" ; field . FormatAddressOnCount...

    reference.aspose.com/words/net/aspose.words.fie...
  5. NodeCollection.indexOf method | Aspose.Words fo...

    NodeCollection.indexOf method. Returns the zero-based index Of the specified node....at ( 2 ); expect ( table . indexOf ( row )). toEqual ( 2 ); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Vba::VbaModuleCollection class |...

    Aspose::Words::Vba::VbaModuleCollection class. Represents a collection Of VbaModule objects. To learn more, visit the documentation article 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.vba...
  7. Aspose::Words::Replacing::FindReplaceDirection ...

    Aspose::Words::Replacing::FindReplaceDirection enum. Specifies direction for replace operations in C++....builder -> Writeln ( u "Match 2." ); builder -> Writeln ( u "Match...String > ({ u "Match 1" , u "Match 2" , u "Match 3" , u "Match 4" })...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. FindReplaceDirection Enum | Aspose.Words for .NET

    Discover the Aspose.Words FindReplaceDirection enum for efficient text replacement. Optimize your document processing with precise direction control.... Writeln ( "Match 2." ); builder . Writeln ( "Match...( new [] { "Match 1" , "Match 2" , "Match 3" , "Match 4" }, callback...

    reference.aspose.com/words/net/aspose.words.rep...
  9. ThemeColors class | Aspose.Words for Node.js

    Aspose.Words.Themes.ThemeColors class. Represents the color scheme Of the document theme which contains twelve colors....accent2 Specifies color Accent 2. accent3 Specifies color Accent...1. dark2 Specifies color Dark 2. followedHyperlink Specifies color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...