SvgSaveOptions.id_prefix property. Specifies a prefix that is prepended to all generated element IDs in the output Document... doc = aw . Document ( file_name =...save_options . id_prefix = 'pfx1_' doc . save ( file_name = ARTIFACTS_DIR...
Aspose::Words::Drawing::Charts::ChartAxis::get_DisplayUnit method. Specifies the scaling value of the display units for the value axis in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::Drawing::Charts::ChartAxis::get_MajorUnitScale method. Returns or sets the scale value for major tick marks on the time category axis in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
FieldChar.fieldType property. Returns the type of the field.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let field = builder . insertField...
Aspose::Words::Saving::SvgSaveOptions::get_ShowPageBorder method. Controls whether a border is added to the outline of the page. Default is true in C++.... auto doc = System :: MakeObject < Aspose...SvgTextOutputMode :: UsePlacedGlyphs ); doc -> Save ( get_ArtifactsDir ()...
Aspose::Words::ControlChar::Tab method. Tab character: "\x0009" or "\t" in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set tab stops to appear...
Aspose::Words::Drawing::Charts::Chart::get_SourceFullName method. Gets the path and name of an xls/xlsx file this chart is linked to in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...