TextBoxControl.text property. Gets or sets a text of the control.... doc = aw . Document ( file_name = MY_DIR...docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
PdfLoadOptions.skip_pdf_images property. Gets or sets the flag indicating whether images must be skipped while loading PDF document... options = aw . loading . PdfLoadOptions ()...options . page_count = 1 doc = aw . Document ( file_name = MY_DIR...
FormField.name property. Gets or sets the form field name....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...comboBox . type ). toEqual ( aw . Fields . FieldType . FieldFormDropDown...
ChartDataLabelCollection Format ملكية. يوفر إمكانية الوصول إلى تعبئة وتنسيق سطر تسميات البيانات في C#....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...Category 2" , "AW Category 3" , "AW Category 4" }, new double []...
TableStyle.allowBreakAcrossPages property. Gets or sets a flag indicating whether text in a table row is allowed to split across a page break....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
TableStyle.bottomPadding property. Gets or sets the amount of space (in points) to add below the contents of table cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
ShapeBase.left property. Gets or sets the position of the left edge of the containing block of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Logo.jpg" ); shape . wrapType = aw . Drawing . WrapType . None ;...
aspose.words.saving.HtmlFixedPageHorizontalAlignment enumeration. Specifies the horizontal alignment for pages in output HTML document.... doc = aw . Document ( MY_DIR + 'Rendering...docx' ) html_fixed_save_options = aw . saving . HtmlFixedSaveOptions...
TableStyle.bidi property. Gets or sets whether this is a style for a right-to-left table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
SignatureLine.default_instructions property. Gets or sets a value indicating that default instructions is shown in the Sign dialog... doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions () options...