Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 210 for

calendar exceptions

(0.06 sec)
  1. Other managing TeX options | Java

    Conversion functionality of Aspose.TeX API solution for Java lets set the initial interaction mode in which the engine starts. Here are some code examples....and uses it for output files, except in cases when auxiliary files...new GregorianCalendar(2022, Calendar. DECEMBER , 18). getTime ());...

    docs.aspose.com/tex/java/other-options/
  2. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java....handleBinaryRasterWa() throws Exception { Document doc = new Document(getMyDir()...void pageFileNames() throws Exception { Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  3. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc in Java....handleBinaryRasterWa() throws Exception { Document doc = new Document(getMyDir()...void pageFileNames() throws Exception { Document doc = new Document();...

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

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....handleBinaryRasterWa() throws Exception { Document doc = new Document(getMyDir()...void pageFileNames() throws Exception { Document doc = new Document();...

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

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....void renameImages() throws Exception { Document doc = new Document(getMyDir()...imageSaving(ImageSavingArgs args) throws Exception { String imageFileName = MessageFormat...

    reference.aspose.com/words/java/com.aspose.word...
  6. What is an MPT File? .mpt File Extension, Proce...

    Learn about the MPT file format, its extension, and how it is used for project management. Discover MPT file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, modify, and export MPT files seamlessly....containing predefined tasks, calendars, resource settings, and workflow...resource configurations, calendars, and project management standards...

    products.aspose.com/tasks/supported-formats/mpt/
  7. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FIXED format in Java....void resourceFolder() throws Exception { Document doc = new Document(getMyDir()...eSavingArgs args) throws Exception { getResources().add(MessageFormat...

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

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....svgResourceFolder() throws Exception { Document doc = new Document(getMyDir()...svgResourceFolder() throws Exception { Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  9. BuiltInDocumentProperties | Aspose.Words for Java

    A collection of built-in document properties in Java....public void content() throws Exception { Document doc = new Document(getMyDir()...LineCounter(Document doc) throws Exception { mLayoutEnumerator = new...

    reference.aspose.com/words/java/com.aspose.word...
  10. PdfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PDF format in Java.... Calendar calendar = Calendar.getInstance(); calendar.set(2015...set(2015, Calendar.JULY, 20); Date signingTime = calendar.getTime();...

    reference.aspose.com/words/java/com.aspose.word...