Discover the Shading Texture property to enhance your designs. Easily customize and set textures for stunning visual effects in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...
Stroke.back_tint_and_shade property. Gets or sets a double value that lightens or darkens the stroke background color.... doc = aw . Document ( file_name =...gradient outline.docx' ) shape = doc . get_child ( aw . NodeType ...
Border.distance_from_text property. Gets or sets distance of the border from text or from the page edge in points.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...
Paragraph.is_end_of_Document property. True if this paragraph is the last paragraph in the last section of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) font = builder . font font...
Aspose::Words::Style::get_UnhideWhenUsed method. Gets/sets whether the style used in the current Document unhides from the Styles gallery and from the Styles task pane. True when the used style should be shown in the Styles gallery in C++.... auto doc = System :: MakeObject < Aspose...Words :: Style > styleTitle = doc -> get_Styles () -> idx_get (...
Aspose::Words::Font::get_Outline method. True if the font is formatted as outline in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set the Outline flag to...
Aspose::Words::Drawing::Adjustment::get_Value method. Gets or sets the raw value of the adjustment in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...
Aspose::Words::Drawing::Adjustment::get_Name method. Gets the name of the adjustment in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...
Can be used to specify additional options when saving a Document into the SaveFormat.PCL format in Java.... Document doc = new Document(getMyDir() + "Rendering...setRasterizeTransfor(true); doc.save(getArtifactsDir() + "PclSaveOptions...