Aspose::Words::Drawing::ImageData::FitImageToShape method. Fits the image data to Shape frame so that the aspect ratio of the image data matches the aspect ratio of Shape frame in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert an image shape and...
ParagraphFormat.keep_together property. True if all lines in the paragraph are to remain on the same page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) font = builder . font font...
XlsxSaveOptions.compressionLevel property. Specifies the compression level used to save Document... let doc = new aw . Document ( base ....saveFormat = aw . SaveFormat . Xlsx ; doc . save ( base . artifactsDir...
Theme.minor_fonts property. Allows to specify the set of minor fonts for different languages.... doc = aw . Document ( file_name =...default fonts and colors. theme = doc . theme # Some styles, such as...
ThemeFonts.latin property. Specifies font name for Latin characters.... doc = aw . Document ( file_name =...default fonts and colors. theme = doc . theme # Some styles, such as...
Aspose::Words::Drawing::ShadowFormat::get_Transparency method. Gets or sets the degree of transparency for the shadow effect as a value between 0.0 (opaque) and 1.0 (clear). The default value is 0.0 in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...
Aspose::Words::Tables::Table::get_PreferredWidth method. Gets or sets the table preferred width in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...