ChartDataLabelCollection.format property. Provides access to fill and line formatting of the data labels.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_chart ( chart_type = aw . drawing...
Aspose::Words::BorderCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all borders in the collection in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...set_LineWidth ( 3 ); } } // Insert a paragraph. Our border settings...
FieldSymbol.font_name property. Gets or sets the name of the font of the character retrieved by the field.... Document () builder = aw . DocumentBuilder...character code: field = builder . insert_field ( aw . fields . FieldType...
FieldSymbol.is_shift_jis property. Gets or sets whether the character code is interpreted as the value of a SHIFT-JIS character.... Document () builder = aw . DocumentBuilder...character code: field = builder . insert_field ( aw . fields . FieldType...
Aspose::Words::Fields::FieldIf::get_RightExpression method. Gets or sets the right part of the comparison expression in C++....get_RightExpression () Examples Shows how to insert an IF field. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...
Aspose::Words::Fields::FieldIf::EvaluateCondition method. Evaluates the condition in C++.... Examples Shows how to insert an IF field. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...
ChartDataLabel.is_visible property. Returns ``True`` if this data label has something to display.... Document () builder = aw . DocumentBuilder...doc ) chart_shape = builder . insert_chart ( aw . drawing . charts...
ChartDataLabelCollection.clear_format method. Clears format of all [ChartDataLabel](../../chartdatalabel/) in this collection.... Document () builder = aw . DocumentBuilder...doc ) chart_shape = builder . insert_chart ( aw . drawing . charts...
Aspose::Words::Fields::FieldIfComparisonResult enum. Specifies the result of the IF field condition evaluation in C++.... Examples Shows how to insert an IF field. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...
FieldDisplayBarcode.error_correction_level property. Gets or sets an error correction level of QR Code... Examples Shows how to insert a DISPLAYBARCODE field, and...its properties. doc = aw . Document () builder = aw . DocumentBuilder...