Aspose::Words::Markup::CustomXmlSchemaCollection class. A collection Of strings that represent XML schemas that are associated with a custom XML part. To learn more, visit the documentation article in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...
This article describes how to use the custom calculation engine for Aspose.Cells.GridJs library....MYTESTFUNC formula and multiply by 2 for its first parameter value...CalculatedValue = ( decimal )( 2 . 0 * ( double ) data . GetParamValue...
Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++.... Square 2 Wraps text around all sides of...() - shape -> get_Width ()) / 2 ); shape -> set_Top (( builder...
Provides access to the data Of an OLE object or ActiveX control in Java....close(); } // 2 - Save it directly to a filename:...(fs != null) fs.close(); } // 2 - Save it directly to a filename:...
PageSet.all property. Gets a set with all the pages Of the document in their original order....( `Page ${ i + 1 } ( ${ ( i % 2 == 0 ? "odd" : "even" ) } )` );...ExportPageSet.even.pdf" , options ); // 2 - Save only the odd-numbered pages:...
Aspose::Words::TextColumn::get_SpaceAfter method. Gets or sets the space between this column and the next column in points. Not required for the last column in C++....false ); columns -> SetCount ( 2 ); // Determine the amount of...builder -> Writeln ( u "Wide column 2." ); doc -> Save ( get_ArtifactsDir...
Aspose::Words::TextColumnCollection::idx_get method. Returns a text column at the specified index in C++....false ); columns -> SetCount ( 2 ); // Determine the amount of...builder -> Writeln ( u "Wide column 2." ); doc -> Save ( get_ArtifactsDir...
Paragraph.runs property. Provides access to the typed collection Of pieces Of text inside the paragraph.... at ( 2 ). isInsertRevision ). toEqual ( true ); // 2 - A "format"...changes. expect ( runs . at ( 2 ). isFormatRevision ). toEqual...