Sort Score
Result 10 results
Languages All
Labels All
Results 9,621 - 9,630 of 149,590 for

2

(0.11 sec)
  1. Other managing TeX options | C++

    Conversion functionality of Aspose.TeX API solution for C++ lets set the initial interaction mode in which the engine starts. Here are some code examples.... 2 ... 3 // Set the interaction mode...conversion options instance. 2 ... 3 // Set the job name. 4 options...

    docs.aspose.com/tex/cpp/other-options/
  2. FieldIf Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldIf class—efficiently implement IF fields to enhance document automation and streamline your workflow.... Write ( "\nStatement 2: " ); field = ( FieldIf ) builder...; field . RightExpression = "2 + 3" ; field . TrueText = "True"...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Working with Images | Aspose.Note Documentation

    Learn how to work with images in your Java development projects.... class ) + "images/" ; 2 3 // Load the document into Aspose...(GetImageInfo. class ) + "images/" ; 2 3 // Load the document into Aspose...

    docs.aspose.com/note/java/working-with-images/
  4. Handling Variances | Aspose.Tasks Documentation

    Learn how to add, edit, and remove work variances in your project files using Aspose.Tasks for Java....Tasks-for-Java 2 // The path to the documents directory...getInstance (); 8 cal. set (2014, 2, 15, 8, 0, 0); 9 project. set...

    docs.aspose.com/tasks/java/handling-variances/
  5. Working with Task Links | Aspose.Tasks Document...

    Learn how to change Microsoft Project (MPP/XML) task link types using Aspose.Tasks for Java....Tasks-for-Java 2 // The path to the documents directory... getChildren (). add ( "Task 2" ); 8 TaskLink link = project...

    docs.aspose.com/tasks/java/defining-link-type/
  6. Incorrect date/time parsing - Free Support Foru...

    Hello, I use Aspose Words for Java with LINQ reporting engine version 24.8 and have trouble with date time parsing when using setExactDateTimeParseFormats, seems like the time part is ignored and every date parsed with 0…...smialekp September 11, 2024, 2:08pm 1 Hello, I use Aspose Words...Example: 03 Jul 2001 22:00 Example 2: 24 Jul 2024 22:00 Example 3:...

    forum.aspose.com/t/incorrect-date-time-parsing/...
  7. 使用C++为交替行和列应用条件格式阴影|Documentation

    如何在C++中使用Aspose.Cells库为交替行列的条件格式添加阴影。通过调整这些条件,您可以更好地控制单元格的外观和显示。... SetFormula1 ( u "=MOD(ROW(),2)=0" ); // Set the background color...为了将底纹应用于交替列,您只需将公式**=MOD(ROW(),2)=0**更改为**=MOD(COLUMN(),2)=0**,即不再获取行索引,而是修改公式以检索列索引。...

    docs.aspose.com/cells/zh/cpp/apply-shading-to-a...
  8. FieldIf class | Aspose.Words for Python

    aspose.words.fields.FieldIf class. Implements the IF field... write ( ' \n Statement 2: ' ) field = builder . insert_field...'=' field . right_expression = '2 + 3' field . true_text = 'True'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::RunCollection class | Aspose.Wor...

    Aspose::Words::RunCollection class. Provides typed access to a collection of Run nodes. To learn more, visit the documentation article in C++....-> idx_get ( 2 ) -> get_IsInsertRevision ()); // 2 - A "format"...ASSERT_TRUE ( runs -> idx_get ( 2 ) -> get_IsFormatRevision ());...

    reference.aspose.com/words/cpp/aspose.words/run...
  10. 自定义形状|Aspose.Slides for PHP 文档

    在 PowerPoint 演示文稿中添加自定义形状... 所有形状至少由 2 个锚点通过线条连接。 线条可以是直线或曲线。锚点决定线的性质。...()[ 0 ]; $path -> removeAt ( 2 ); $shape -> setGeometryPath (...

    docs.aspose.com/slides/zh/php-java/custom-shape/