Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 16,763 for

true type

(0.07 sec)
  1. Latest Aspose.Tasks Product Family topics - Fre...

    Get technical support of Aspose.Tasks for .NET, Java, and C++.... 2024 Problem with Duration Type from P6 tasks-net 4 436 November...Recalculate with validation true does not return erroring task...

    forum.aspose.com/c/tasks/15
  2. Master Slide|Aspose.Slides Documentation

    Explore Aspose.Slides for Java master slide examples: create, edit, and style masters, placeholders, and themes in PPT, PPTX, and ODP with clear Java code....); // Change the background type. firstMasterSlide . getBackground...getMasters (). removeUnused ( true ); } finally { presentation...

    docs.aspose.com/slides/java/examples/elements/m...
  3. Master Slide|Aspose.Slides Documentation

    Explore Aspose.Slides for Android master slide examples: create, edit, and style masters, placeholders, and themes in PPT, PPTX, and ODP with clear Java code....); // Change the background type. firstMasterSlide . getBackground...getMasters (). removeUnused ( true ); } finally { presentation...

    docs.aspose.com/slides/androidjava/examples/ele...
  4. Access Mail Services using OAuth|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....com" , "accessToken" , true , SecurityOptions . SSLExplicit..."user1@gmail.com" , "accessToken" , true , SecurityOptions . SSLImplicit...

    docs.aspose.com/email/java/access-mail-services...
  5. FieldGreetingLine Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldGreetingLine class, designed to effortlessly implement GREETINGLINE fields for enhanced document personalization....FieldFormat object that provides typed access to field’s formatting...virtual Type { get; } Gets the Microsoft Word field type. Methods...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Copied range does not update chart to use the e...

    When I copy a range using the below code, I expect the chart to update to reference the data within the destination, not the original. Scenario: In the below code, a chart is bound to A1:B5, then the sheet range A1:J10…...add("A1", "C5", true); // true → first row is header const...AsposeCells.ChartType.Bar, // chart type 1, 4, 9, 10 ); const chart =...

    forum.aspose.com/t/copied-range-does-not-update...
  7. 使用 OAuth 访问邮件服务|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....com" , "accessToken" , true , SecurityOptions . SSLExplicit..."user1@gmail.com" , "accessToken" , true , SecurityOptions . SSLImplicit...

    docs.aspose.com/email/zh/net/access-mail-servic...
  8. EditableRangeEnd.Accept | Aspose.Words for .NET

    Discover the EditableRangeEnd Accept method to seamlessly manage visitor interactions and enhance your web application's functionality....DocumentVisitor visitor ) Parameter Type Description visitor DocumentVisitor..."\tContents:" ); mInsideEditableRange = true ; return VisitorAction . Continue...

    reference.aspose.com/words/net/aspose.words/edi...
  9. PDF to HTML Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with C++ sample code using Aspose.PDF for C++...the same or different file types into one file using C++ Merge...; opt1 -> set_FixedLayout ( true ); outputDoc -> Save ( u "Merger_pdf_html...

    products.aspose.com/pdf/cpp/merger/pdf-to-html/
  10. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...xmpTrailer = new XmpTrailerPi(true); XmpMeta xmpMeta = new XmpMeta();...Save(action.OutputPath); } return true; } return false; } Adam.Core...

    forum.aspose.com/t/index-was-outside-the-bounds...