PdfSaveOptions.image_color_space_export_mode property. Specifies how the color space will be selected for the images in PDF Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Jpeg...
FieldDate.use_lunar_calendar property. Gets or sets whether to use the Hijri Lunar or Hebrew Lunar calendar.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we want the text in the document...
ConvertUtil.pixel_to_new_dpi method. Converts pixels from one resolution to another.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Define the size of the...
Aspose::Words::Fields::FieldOptions::get_PreProcessCulture method. Gets or sets the culture to preprocess field values in C++.... auto doc = MakeObject < Document > ( MyDir...MakeObject < DocumentBuilder > ( doc ); // Set the culture according...
FieldDate.use_saka_era_calendar property. Gets or sets whether to use the Saka Era calendar.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we want the text in the document...
Implements the TC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a TOC field, which...