Specifies a list of web extension bindings in Java.... Document doc = new Document(); // Create task...myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP().add(myScriptTaskPane);...
Aspose::Words::Markup::SdtListItemCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...
Aspose::Words::Document::get_Variables method. Returns the collection of variables added to a Document or template in C++.... auto doc = System :: MakeObject < Aspose...VariableCollection > variables = doc -> get_Variables (); // Every...
Aspose::Words::VariableCollection::Remove method. Removes a Document variable with the specified name from the collection in C++.... auto doc = System :: MakeObject < Aspose...VariableCollection > variables = doc -> get_Variables (); // Every...
Aspose::Words::Drawing::Charts::AxisDisplayUnit::get_Unit method. Gets or sets the scaling value of the display units as one of the predefined values in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Aspose::Words::VariableCollection::RemoveAt method. Removes a Document variable at the specified index in C++.... auto doc = System :: MakeObject < Aspose...VariableCollection > variables = doc -> get_Variables (); // Every...
Convert PDF to XPS format in C# code. Save PDF as XPS using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.pdf" ); doc.Save( "Output...
Convert PDF to HTML format in C# code. Save PDF as HTML using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.pdf" ); doc.Save( "Output...