Previesť HTML formát do EPUB v kóde JavaScript Uložiť HTML ako EPUB pomocou JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...
Փոխարկեք HTML ը EPUB ձևաչափի JavaScript կոդով: Պահեք HTML որպես EPUB օգտագործելով JavaScript:...const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...
გადაიყვანეთ TEXT PNG JavaScript ფორმატში კოდით. შეინახეთ TEXT როგორც PNG JavaScript....const aw = require( '@aspose/words' ); var doc = new aw.Document(...const aw = require('@aspose/words'); var doc = new aw.Document("Input...
OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . TopCornersRounded , aw . Drawing...
DocumentBuilder.font property. Returns an object that represents current font formatting properties....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . rowFormat . heightRule = aw . HeightRule . AtLeast ; builder...
Aspose.Words.Drawing.GradientStop class. Represents one gradient stop...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
GradientStop.position property. Gets or sets a value representing the position of a stop within the gradient expressed as a percent in range 0.0 to 1.0.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
ChartXValue.fromDouble method. Creates a [ChartXValue](../) instance of the [ChartXValueType.Double](../../chartxvaluetype/#Double) type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartYValue.fromDouble method. Creates a [ChartYValue](../) instance of the [ChartYValueType.Double](../../chartyvaluetype/#Double) type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...