Aspose::Words::Saving::SvgSaveOptions::get_MaxImageResolution method. Gets or sets a value in pixels per inch that limits resolution of exported raster images. Default value is zero in C++.... auto doc = System :: MakeObject < Aspose...set_MaxImageResolution ( 72 ); doc -> Save ( get_ArtifactsDir ()...
aspose.words.loading.LanguagePreferences class. Allows to set up language preferences... JAPANESE ) doc = aw . Document ( MY_DIR + 'No...load_options ) locale_id_far_east = doc . styles . default_font . locale_id_far_east...
BookmarksOutlineLevelCollection.remove_at method. Removes a bookmark at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a bookmark with...
Fill.back_color property. Gets or sets a Color object that represents the background color for the fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...
ConditionalStyleCollection.bottomRightCell property. Gets the bottom right cell style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...
ConditionalStyleCollection.firstColumn property. Gets the first column style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...
ListCollection.add_copy method. Creates a new list by copying the specified list and adding it to the collection of lists in the Document.... doc = aw . Document () # A list allows...its first list level. list1 = doc . lists . add ( list_template...
Aspose::Words::Markup::XmlMapping::get_CustomXmlPart method. Returns the custom XML data part to which the parent structured Document tag is mapped in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...
ChartAxis.tick_mark_spacing property. Gets or sets the interval, at which tick marks are drawn.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
FieldPageRef.bookmark_name property. Gets or sets the name of the bookmark.... def field_page_ref (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) insert_and_name_bookmark ( builder...