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

com.dynamicpdf.api.OutlineStyle Maven / Gradle / Ivy

package com.dynamicpdf.api;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * Specifies the style of the outline.
 */

public enum OutlineStyle {

	/**
	 * Bold.
	 */

	@JsonProperty("bold")
	BOLD,

	/**
	 * BOLDITALIC.
	 */

	@JsonProperty("boldItalic")
	BOLDITALIC,

	/**
	 * ITALIC.
	 */

	@JsonProperty("italic")
	ITALIC,

	/**
	 * REGULAR.
	 */

	@JsonProperty("regular")
	REGULAR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy