ChartLegend.overlay property. Determines whether other chart elements shall be allowed to overlap legend...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Paragraph.is_end_of_document property. True if this paragraph is the last paragraph in the last section of the document.... doc = aw . Document () builder = aw . DocumentBuilder...= 'Arial' font . underline = aw . Underline . DASH paragraph_format...
PdfSaveOptions.zoomBehavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...value of 25%. let options = new aw . Saving . PdfSaveOptions ();...
StructuredDocumentTag.building_block_category property. Specifies category of building block for this SDT node... doc = aw . Document () building_block_sdt = aw . markup ...doc , aw . markup . SdtType . BUILDING_BLOCK_GALLERY , aw . markup...
با استفاده از Python یک سند را شبیه سازی کنید تا نسخه مشابه آن را دریافت کنید. هنگام ایجاد یک کپی، گره ها و ویژگی های سند اصلی کلون می شوند.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...
DocumentVisitor.visitStructuredDocumentTagEnd method. Called when enumeration of a structured document tag has ended....'StructuredDocumentTa' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
DocumentVisitor.visitHeaderFooterEnd method. Called when enumeration of a header or footer in a section has ended....'HeaderFooterToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
DocumentVisitor.visitSmartTagEnd method. Called when enumeration of a smart tag has ended....'SmartTagToText' , () => { let doc = new aw . Document ( base . myDir + "Smart... getText () + "\"" ); return aw . VisitorAction . Continue ;...
DocumentVisitor.visitSmartTagStart method. Called when enumeration of a smart tag has started....'SmartTagToText' , () => { let doc = new aw . Document ( base . myDir + "Smart... getText () + "\"" ); return aw . VisitorAction . Continue ;...