Adjust the BackTintAndShade property to effortlessly lighten or darken your background color, enhancing your design's visual appeal and user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...
Discover the OlePackage DisplayName property to easily manage OLE Package display names. Enhance your data organization with this key feature.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // OLE objects allow us to...
Fill.backTintAndShade property. Gets or sets a double value that lightens or darkens the background color.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...
Discover the PageSetup SectionStart property to easily manage section breaks in your Document. Enhance formatting and improve layout control today!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...
ChartAxis.hidden property. Gets or sets a flag indicating whether this axis is hidden or not.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
ChartSeriesGroup.secondSectionSize property. Gets or sets the size of the pie chart secondary section as a percentage.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Discover the Table TextWrapping property to easily manage text flow in your tables. Enhance readability and design with flexible text options!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...
Font.locale_id property. Gets or sets the locale identifier (language) of the formatted characters.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we set the font's locale to...