Aspose::Words::Document::get_LayoutOptions method. Gets a LayoutOptions object that represents options to control the layout process of this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a revision, then...
Aspose::Words::Settings::ViewOptions::get_ZoomType method. Gets or sets a zoom value based on the size of the window in C++.... auto doc = MakeObject < Document > ();...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...
LoadOptions.update_dirty_fields property. Specifies whether to update the fields with the ``dirty`` attribute.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Give the document's built-in...
FieldAutoText.entry_name property. Gets or sets the name of the AutoText entry.... doc = aw . Document () # Create a...AutoText building block to it. doc . glossary_document = aw . buildingblocks...
Vytvorte súbor pomocou knižnice Python via .NET. Jednoducho vytvorte nový dokument v Python v niekoľkých krokoch....vytvoriť dokument vo PDF formátoch, DOC, DOCX, HTML, EPUB a mnohých ďalších...podporovanom formáte – PDF, DOCX, DOC, RTF, ODT, EPUB, HTML a iné....
Ustvarite datoteko s knjižnico Python via .NET. Preprosto ustvarite nov dokument v Python v nekaj korakih....enostavno ustvarijo dokument v PDF, DOC, DOCX, HTML, EPUB in mnogih drugih...podprtem formatu – PDF, DOCX, DOC, RTF, ODT, EPUB, HTML in drugih...
Aspose::Words::Fonts::FontInfo::GetEmbeddedFontAsOpenType method. Gets an embedded font file in OpenType format. Fonts in Embedded OpenType format are converted to OpenType in C++.... auto doc = MakeObject < Document > ( MyDir...< FontInfo > embeddedFont = doc -> get_FontInfos () -> idx_get...
Document.view_options property. Provides options to control how the Document is displayed in Microsoft Word.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...