Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 214,382 for

new

(0.24 sec)
  1. Կատարեք HTML՝ Օգտագործելով C#

    Ստեղծեք նոր HTML C# ում մի քանի քայլով: Հեշտությամբ ստեղծեք HTML՝ օգտագործելով .NET գրադարանը:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/hy/net/make/html/
  2. 在 Javascript 中製作文檔

    使用 Node.js via .NET 庫創建文件。只需幾個步驟即可在 JavaScript 中輕鬆創建新文檔。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/make/
  3. 使用 Javascript 製作 HTML

    通過幾個步驟在 JavaScript 中創建一個新的 HTML。使用 Node.js via .NET 庫輕鬆創建 HTML。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  4. 新建一个DwgImage对象,插入线段、图形以及图片,保存为PDF时都可以显示,保存成dwg时...

    public static void main(String[] args) { // 创建一个新的CadImage实例,指定DWG版本 DwgImage dwgImage = New DwgImage(); // 创建一条直线 CadLine line = New CadLine(); line.setFirstPoint(New Cad3DPoint(0, 0, 0)); line.setSec…...dwgImage = new DwgImage(); // 创建一条直线 CadLine line = new CadLine();...setFirstPoint(new Cad3DPoint(0, 0, 0)); line.setSecondPoint(new Cad3DPoint(0...

    forum.aspose.com/t/dwgimage-pdf-dwg/320179
  5. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....PDF file Document document = new Document ( _dataDir + "sample...TextFragment textFragment = new TextFragment ( "Aspose.PDF" );...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  6. FieldInfo.new_value property | Aspose.Words for...

    FieldInfo.New_value property. Gets or sets an optional value that updates the property....new_value property FieldInfo.new_value property Gets or sets...@property def new_value ( self ) -> str : ... @new_value.setter...

    reference.aspose.com/words/python-net/aspose.wo...
  7. SignOptions | Aspose.Words for Java

    Allows to specify options for document signing in Java....our new digital signature. SignOptions signOptions = new SignOptions();...comment"); signOptions.setSignTime(new Date()); } // Take an unsigned...

    reference.aspose.com/words/java/com.aspose.word...
  8. Table | Aspose.Words for .NET

    Create custom tables effortlessly with our intuitive Table Constructor. Build, customize, and optimize your data display in minutes!...Table constructor Initializes a new instance of the Table class....Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Converter | Aspose.Words for Java

    Represents a group of methods intended to convert a variety of different types of documents using a single line of code in Java....saveFormat) create() Creates new instance of the converter processor...create(ConverterContext context) Creates new instance of the converter processor...

    reference.aspose.com/words/java/com.aspose.word...
  10. Merger | Aspose.Words for Java

    Represents a group of methods intended to merge a variety of different types of documents into a single output document in Java....docx", new String[]{inputDoc1, inputDoc2});...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions...

    reference.aspose.com/words/java/com.aspose.word...