Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 22,600 for

loadoptions

(0.23 sec)
  1. 将日期转换为日本日期(C++)|Documentation

    学习如何使用 Aspose.Cells for C++ 将公历日期转换为日本日期。...options for XLSX format LoadOptions options ( LoadFormat :: Xlsx...

    docs.aspose.com/cells/zh/cpp/convert-dates-to-j...
  2. 指定 3D 文件加载选项|Documentation

    有几个 Scene.open 方法重载或 Scene 类构造函数重载接受 Loadoptions 实例。...Scene 类构造函数重载接受 LoadOptions 实例。这应该是一个派生自 LoadOptions 类的类的实例。每种加载...require ( "aspose.threed" ); var loadOpts = new aspose . threed . Discreet3dsLoadOptio...

    docs.aspose.com/3d/zh/nodejs-java/specify-3d-fi...
  3. FieldPrint | Aspose.Words for Java

    Implements the PRINT field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldGoToButton | Aspose.Words for Java

    Implements the GOTOBUTTON field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldQuote | Aspose.Words for Java

    Implements the QUOTE field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  7. Field | Aspose.Words for Java

    Represents a Microsoft Word document field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldSet | Aspose.Words for Java

    Implements the SET field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  9. The input string 'CreatorInfo' was not in a cor...

    We are observing an exception whenever we are trying to load some of the pdfs using code below Document document = new Document(pdfStream); Exception : The input string ‘CreatorInfo’ was not in a correct format Unfor…...LoadOptions; // pdfStream – a Stream...PDF bytes PdfLoadOptions loadOptions = new PdfLoadOptions { //...

    forum.aspose.com/t/the-input-string-creatorinfo...
  10. Convert PDF to Other Document Formats|Aspose.Wo...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose using `Python.Words`....that already exist in the LoadOptions class. In addition to them...the password property of LoadOptions (or PdfLoadOptions ). If...

    docs.aspose.com/words/python-net/convert-pdf-to...