All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.docx4j.wml.ContentAccessor Maven / Gradle / Ivy

There is a newer version: 11.5.1
Show newest version
package org.docx4j.wml;

import java.util.List;

/**
 * @since 2.7
 */
public interface ContentAccessor {

    public List getContent();
	
}