Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 668,003 for

2

(0.15 sec)
  1. Aspose::Words::Markup::XmlMapping::get_IsMapped...

    Aspose::Words::Markup::XmlMapping::get_IsMapped method. Returns true if the parent structured document tag is successfully mapped to XML data in C++....#1</text><text>Text element #2</text></root>" ; SharedPtr < CustomXmlPart...#1</text><text>Text element #2</text></root>" , System :: Text...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::PageSetup::get_PageNumberStyle m...

    Aspose::Words::PageSetup::get_PageNumberStyle method. Gets or sets the page number format in C++....Writeln ( u "Section 1, page 2." ); builder -> InsertBreak (...builder -> Writeln ( u "Section 2, page 1." ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. GeneralFormatCollection.Count | Aspose.Words fo...

    GeneralFormatCollection Count property. Gets the total number of the items in the collection in C#....InsertField ( "= 2 + 3" ); Assert . AreEqual ( "= 2 + 3" , field...Update (); Assert . AreEqual ( "= 2 + 3 \\# $###.00" , field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldFormat.numeric_format property | Aspose.Wo...

    FieldFormat.numeric_format property. Gets or sets a formatting that is applied to a numeric field result...insert_field ( '= 2 + 3' ) self . assertEqual ( '= 2 + 3' , field...update () self . assertEqual ( '= 2 + 3 \\ # $###.00' , field . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldFormat.NumericFormat | Aspose.Words for .NET

    FieldFormat NumericFormat property. Gets or sets a formatting that is applied to a numeric field result. Corresponds to the switch in C#....InsertField ( "= 2 + 3" ); Assert . AreEqual ( "= 2 + 3" , field...Update (); Assert . AreEqual ( "= 2 + 3 \\# $###.00" , field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  6. GeneralFormatCollection.Add | Aspose.Words for ...

    GeneralFormatCollection Add method. Adds a general format to the collection in C#....InsertField ( "= 2 + 3" ); Assert . AreEqual ( "= 2 + 3" , field...Update (); Assert . AreEqual ( "= 2 + 3 \\# $###.00" , field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  7. How to Create a Combination Chart in Presentati...

    Hello, Need help in creating a combination chart similar to the attached PPT using Aspose.Slides for Java API. Attaching a sample PPT file with the manually created chart. Thanks a lot file.zip (38.8 KB)...manavjaiswal August 23, 2023, 2:11pm #1 Hello, Need help in creating...potapov August 22, 2023, 4:08pm #2 @manavjaiswal , Thank you for...

    forum.aspose.com/t/how-to-create-a-combination-...
  8. Classic alumni questionnaire with free-form ans...

    Simple OMR ready alumni questionnaire template with free-form answers....container=instructions columns_count=2 ?block= column=2 border=rounded ?content=Instructions...height=50 ?container=2-3 columns_count=2 ?block= column=1 border=none...

    docs.aspose.com/omr/net/showcases/alumni/classic/
  9. Aspose::Words::Tables::RowFormat::get_Borders m...

    Aspose::Words::Tables::RowFormat::get_Borders method. Gets the collection of default cell borders for the row in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. 如何优化 SVG – C# 示例

    您将学习如何优化 SVG 并减小 SVG 文件的大小。... Svg ; 2 using System . IO ; 3 using Aspose...PathOptimizationOpti . FloatPrecision = 2 ; 12 // Optimize document 13 SVGOptimizer...

    docs.aspose.com/svg/zh/net/how-to-optimize-svg/