Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 13,653 for

document insertion

(0.22 sec)
  1. GradientStop.color property | Aspose.Words for ...

    GradientStop.color property. Gets or sets a value representing the color of the gradient stop.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_shape ( shape_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  2. AxisCategoryType enumeration | Aspose.Words for...

    aspose.words.drawing.charts.AxisCategoryType enumeration. Specifies type of a category axis.... Examples Shows how to insert a chart and modify the appearance...appearance of its axes. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BarcodeParameters Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.BarcodeParameters class—your essential tool for seamless barcode generation and customization in Document processing....the Working with Fields documentation article. public class BarcodeParameters...barcode generator. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::Drawing::OleFormat::GetOleEntry ...

    Aspose::Words::Drawing::OleFormat::GetOleEntry method. Gets OLE object data entry in C++.... Examples Shows how to insert linked and unlinked OLE objects...objects. auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ChartAxis.Scaling | Aspose.Words for .NET

    Discover ChartAxis Scaling properties for optimal axis adjustments. Unlock precise control over your data visualization with easy-to-use scaling options....Shows how to insert chart with date/time values. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ImageFieldMergingArgs.ImageHeight | Aspose.Word...

    Set the ImageHeight in ImageFieldMergingArgs to customize image size for your Document, enhancing visual appeal and clarity....height for the image to insert into the document. public MergeFieldImageDimen...contained in the template document. To override the initial value...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_set method. Gets or sets a GradientStop object in the collection in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...gradientStops -> RemoveAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. FieldMergeBarcode.FixCheckDigit | Aspose.Words ...

    Optimize your FieldMergeBarcode with the FixCheckDigit property to ensure accurate check digit validation and enhance data integrity effortlessly.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a MERGEBARCODE field, which...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Aspose::Words::Drawing::Charts::ChartTitle clas...

    Aspose::Words::Drawing::Charts::ChartTitle class. Provides access to the chart title properties. To learn more, visit the Documentation article in C++....the Working with Charts documentation article. class ChartTitle...Type () Examples Shows how to insert a chart and set a title. auto...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...code I’ve used: Document RepDoc = new Document(); DocumentBuilder...!= MemoryStream.Null) { // Insert this image into the place of...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...