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 ()...
Discover the ResourceSavingArgs Document property to access the current Document object being saved, enhancing your workflow efficiency....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet...ResourceSavingCallba = callback }; doc . Save ( ArtifactsDir + "HtmlFixedSaveOptions...
FrameFormat.verticalDistanceFromText property. Specifies vertical distance (in points) between a frame and the surrounding text.... let doc = new aw . Document ( base ....docx" ); let paragraphFrame = doc . firstSection . body . paragraphs...
ChartSeries.remove method. Removes the X value, Y value, and bubble size, if supported, from the chart series at the specified index... doc = aw . Document () builder =...ChartYValue . from_double ( 5.7 )) doc . save ( file_name = ARTIFACTS_DIR...
HtmlFixedSaveOptions.pageHorizontalAlignment property. Specifies the horizontal alignment of pages in an HTML Document... let doc = new aw . Document ( base ....pageHorizontalAlignm = pageHorizontalAlignm ; doc . save ( base . artifactsDir...
Discover the FieldCollection Count property, which efficiently returns the total number of fields in your collection for streamlined data management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...
Allows to configure Document hyphenation options in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().setSize(24...
Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection::RemoveAt method. Removes a series group at the specified index. All child series will be removed from the chart in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...
Aspose::Words::Range::get_StructuredDocumentTags method. Returns a StructuredDocumentTags collection that represents all structured Document tags in the range in C++.... auto doc = System :: MakeObject < Aspose...StructuredDocumentTa > structuredDocumentTa = doc -> get_Range () -> get_StructuredDocumentTa...