Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 196,900 for

new

(0.27 sec)
  1. Გადაიყვანეთ JPG Გამოსახულება Javascript

    გადაიყვანეთ JPG Გამოსახულება JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც Გამოსახულება JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/ka/nodejs-net/convers...
  2. Გადაიყვანეთ Გამოსახულება SVG Javascript

    გადაიყვანეთ Გამოსახულება SVG JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.svg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/ka/nodejs-net/convers...
  3. Გადაიყვანეთ Გამოსახულება JPG Javascript

    გადაიყვანეთ Გამოსახულება JPG JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/ka/nodejs-net/convers...
  4. BuildingBlockType | Aspose.Words for Java

    Specifies a building block type in Java....doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...document. BuildingBlock block = new BuildingBlock(glossaryDoc); block...

    reference.aspose.com/words/java/com.aspose.word...
  5. 使用 C# 製作 WORD

    通過幾個步驟在 C# 中創建一個新的 WORD。使用 .NET 庫輕鬆創建 WORD。...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/zh-hant/net/make/word/
  6. 在 C# 中製作文檔

    使用 .NET 庫創建文件。只需幾個步驟即可在 C# 中輕鬆創建新文檔。...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/zh-hant/net/make/
  7. ChartAxis.displayUnit property | Aspose.Words f...

    ChartAxis.displayUnit property. Specifies the scaling value of the display units for the value axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. NodeImporter.importNode method | Aspose.Words f...

    NodeImporter.importNode method. Imports a node from one document into another....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docToInsert = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineStory FirstParagraph property to easily access and enhance the first paragraph of your story for improved engagement....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words/inl...
  10. CustomXmlProperty | Aspose.Words for Java

    Represents a single custom XML attribute or a smart tag property in Java....throws Exception { Document doc = new Document(); // A smart tag appears...underline. SmartTag smartTag = new SmartTag(doc); // Smart tags...

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