Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 18,027 for

aws

(0.06 sec)
  1. Javascript 에서 TIFF 압축

    품질 손실 없이 JavaScript 에서 TIFF 을 압축합니다. TIFF 콘텐츠를 최적화하고 파일 크기를 쉽게 줄이십시오....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/ko/nodejs-net/compres...
  2. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...4.0 ; topBorder . lineStyle = aw . LineStyle . DashSmallGap ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IStructuredDocumentTag.appearance property | As...

    IStructuredDocumentTag.appearance property. Gets or sets the appearance of the structured document tag.... doc = aw . Document ( file_name = MY_DIR...docx' ) tag = doc . get_child ( aw . NodeType . STRUCTURED_DOCU...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Border.themeColor property | Aspose.Words for N...

    Border.themeColor property. Gets or sets the theme color in the applied color scheme that is associated with this Border object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...4.0 ; topBorder . lineStyle = aw . LineStyle . DashSmallGap ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Table.vertical_anchor property | Aspose.Words f...

    Table.vertical_anchor property. Gets the base object from which the vertical positioning of floating table should be calculated... doc = aw . Document ( file_name = MY_DIR...] if table . text_wrapping == aw . tables . TextWrapping . AROUND...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Table.horizontal_anchor property | Aspose.Words...

    Table.horizontal_anchor property. Gets the base object from which the horizontal positioning of floating table should be calculated... doc = aw . Document ( file_name = MY_DIR...] if table . text_wrapping == aw . tables . TextWrapping . AROUND...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font.subscript property | Aspose.Words for Node.js

    Font.subscript property. True if the font is formatted as subscript.... let doc = new aw . Document (); let para = doc...above the baseline. let run = new aw . Run ( doc , "Raised text. "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartDataLabel.orientation property | Aspose.Wo...

    ChartDataLabel.orientation property. Gets or sets the orientation of the label text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. AiModel.create method | Aspose.Words for Node.js

    AiModel.create method. Creates a new instance of [AiModel](../) class.... let firstDoc = new aw . Document ( base . myDir + "Big...docx" ); let secondDoc = new aw . Document ( base . myDir + "Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Python에서 문서 편집 제한|Python via .NET용 Aspose.Words

    Python를 사용하여 제한 유형을 설정하여 문서 편집을 제한합니다. 보호를 제거하고 제한되지 않은 편집 가능 영역을 만들 수도 있습니다....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/ko/python-net/restrict-do...