// generated by diplomat-tool import type { LeadingAdjustment } from "./LeadingAdjustment" import type { TrailingCase } from "./TrailingCase" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`TitlecaseOptions`](https://docs.rs/icu/2.1.1/icu/casemap/options/struct.TitlecaseOptions.html) for more information.
*/
export class TitlecaseOptions {
get leadingAdjustment(): LeadingAdjustment | null;
set leadingAdjustment(value: LeadingAdjustment | null);
get trailingCase(): TrailingCase | null;
set trailingCase(value: TrailingCase | null); /** @internal */ static fromFields(structObj : TitlecaseOptions_obj) : TitlecaseOptions;
/** *Seethe[Rustdocumentationfor`default`](https://docs.rs/icu/2.1.1/icu/casemap/options/struct.TitlecaseOptions.html#method.default) for more information.
*/
constructor();
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.