Tabnine Logo
org.docx4j.dml
Code IndexAdd Tabnine to your IDE (free)

How to use org.docx4j.dml

Best Java code snippets using org.docx4j.dml (Showing top 20 results out of 315)

origin: plutext/docx4j

/**
 * Create an instance of {@link CTTextNoBullet }
 * 
 */
public CTTextNoBullet createCTTextNoBullet() {
  return new CTTextNoBullet();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTClipboardStyleSheet }
 * 
 */
public CTClipboardStyleSheet createCTClipboardStyleSheet() {
  return new CTClipboardStyleSheet();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTGroupFillProperties }
 * 
 */
public CTGroupFillProperties createCTGroupFillProperties() {
  return new CTGroupFillProperties();
}
origin: plutext/docx4j

private FontCollection getMajorFontCollection() throws Docx4JException {
  
  if (majorFontCollectionInitialised) return majorFontCollection;
  
  if (this.getContents().getThemeElements()!=null
      && this.getContents().getThemeElements().getFontScheme()!=null) {
    
    majorFontCollection = this.getContents().getThemeElements().getFontScheme().getMajorFont();
  }
  majorFontCollectionInitialised = true;
  return majorFontCollection;
}
 
origin: plutext/docx4j

private FontCollection getMinorFontCollection() throws Docx4JException {
  
  if (minorFontCollectionInitialised) return minorFontCollection;
  
  if (this.getContents().getThemeElements()!=null
      && this.getContents().getThemeElements().getFontScheme()!=null) {
    
    minorFontCollection = this.getContents().getThemeElements().getFontScheme().getMinorFont();
  }
  minorFontCollectionInitialised = true;
  return minorFontCollection;
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTScRgbColor }
 * 
 */
public CTScRgbColor createCTScRgbColor() {
  return new CTScRgbColor();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTPresetShadowEffect }
 * 
 */
public CTPresetShadowEffect createCTPresetShadowEffect() {
  return new CTPresetShadowEffect();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTTextAutonumberBullet }
 * 
 */
public CTTextAutonumberBullet createCTTextAutonumberBullet() {
  return new CTTextAutonumberBullet();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTOfficeArtExtension }
 * 
 */
public CTOfficeArtExtension createCTOfficeArtExtension() {
  return new CTOfficeArtExtension();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTScene3D }
 * 
 */
public CTScene3D createCTScene3D() {
  return new CTScene3D();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTColorMRU }
 * 
 */
public CTColorMRU createCTColorMRU() {
  return new CTColorMRU();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTTextBulletColorFollowText }
 * 
 */
public CTTextBulletColorFollowText createCTTextBulletColorFollowText() {
  return new CTTextBulletColorFollowText();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTFontReference }
 * 
 */
public CTFontReference createCTFontReference() {
  return new CTFontReference();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTPolarAdjustHandle }
 * 
 */
public CTPolarAdjustHandle createCTPolarAdjustHandle() {
  return new CTPolarAdjustHandle();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTTextBody }
 * 
 */
public CTTextBody createCTTextBody() {
  return new CTTextBody();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTScale2D }
 * 
 */
public CTScale2D createCTScale2D() {
  return new CTScale2D();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTBlendEffect }
 * 
 */
public CTBlendEffect createCTBlendEffect() {
  return new CTBlendEffect();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTAlphaBiLevelEffect }
 * 
 */
public CTAlphaBiLevelEffect createCTAlphaBiLevelEffect() {
  return new CTAlphaBiLevelEffect();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTGvmlPicture }
 * 
 */
public CTGvmlPicture createCTGvmlPicture() {
  return new CTGvmlPicture();
}
origin: plutext/docx4j

/**
 * Create an instance of {@link CTEffectList }
 * 
 */
public CTEffectList createCTEffectList() {
  return new CTEffectList();
}
org.docx4j.dml

Most used classes

  • CTNonVisualDrawingProps
    Java class for CT_NonVisualDrawingProps complex type. The following schema fragment specifies the e
  • CTPoint2D
    Java class for CT_Point2D complex type. The following schema fragment specifies the expected conten
  • CTPositiveSize2D
    Java class for CT_PositiveSize2D complex type. The following schema fragment specifies the expected
  • CTTransform2D
    Java class for CT_Transform2D complex type. The following schema fragment specifies the expected co
  • CTBlip
    Java class for CT_Blip complex type. The following schema fragment specifies the expected content c
  • CTGeomGuideList,
  • CTNonVisualPictureProperties,
  • CTPictureLocking,
  • CTPresetGeometry2D,
  • CTRelativeRect,
  • CTShapeProperties,
  • CTStretchInfoProperties,
  • CTTextParagraph,
  • Graphic,
  • CTAxDataSource,
  • CTChart,
  • CTChartSpace,
  • CTNumDataSource,
  • CTNumRef
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now