Aspose::Words::Math::OfficeMath::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++.... auto doc = System :: MakeObject < Aspose...Words :: Math :: OfficeMath > ( doc -> GetChild ( Aspose :: Words...
Convert HTML to Image format in Python code. Save HTML as Image using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy import aspose.words as aw doc = aw.Document( "Input.html" )...
Convert PDF to Image format in Python code. Save PDF as Image using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy import aspose.words as aw doc = aw.Document( "Input.pdf" )...
Convert HTML to EPUB format in Python code. Save HTML as EPUB using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...words as aw doc = aw.Document( "Input.html" ) doc.save( "Output...
Convert HTML to DocX format in JavaScript code. Save HTML as DocX using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...'@aspose/words' ); var doc = new aw.Document( "Input.html" ) doc.save( "Output...
Convert PDF to XPS format in Python code. Save PDF as XPS using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...words as aw doc = aw.Document( "Input.pdf" ) doc.save( "Output...
Aspose::Words::Properties::DocumentProperty::ToDouble method. Returns the property value as double in C++.... auto doc = System :: MakeObject < Aspose...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...
Aspose::Words::Drawing::Charts::AxisTickLabels::get_Rotation method. Gets or sets the rotation of the tick labels in degrees in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a column chart....
FieldStart.field_data property. Gets custom field data which is associated with the field.... doc = aw . Document ( file_name =...Field with data.docx' ) field = doc . range . fields [ 2 ] print...
Convert PDF to SVG format in Python code. Save PDF as SVG using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy import aspose.words as aw doc = aw.Document( "Input.pdf" )...